|  | FloatPCANorms Property | 
            Gets the column norms (1-norm).
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatVector Norms { get; }Public ReadOnly Property Norms As FloatVector
	Get
public:
property FloatVector^ Norms {
	FloatVector^ get ();
}member Norms : FloatVector with get
Property Value
FloatVector Remarks
Remarks
            If scaling is specified, column values are scaled to have unit variance 
            before analysis by dividing by the column norm.
            
 See Also
See Also