Gets the column norms (1-norm).

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleVector Norms { get; }
Visual Basic (Declaration)
Public ReadOnly Property Norms As DoubleVector
Visual C++
public:
property DoubleVector^ Norms {
	DoubleVector^ get ();
}

Remarks

If scaling is specified, column values are scaled to have unit variance before analysis by dividing by the column norm.

See Also