|  | DoublePCANorms Property | 
            Gets the column norms (1-norm).
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Norms { get; }Public ReadOnly Property Norms As DoubleVector
	Get
public:
property DoubleVector^ Norms {
	DoubleVector^ get ();
}member Norms : DoubleVector with get
Property Value
DoubleVector 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