Gets the column norms (1-norm).
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public FloatVector Norms { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Norms As FloatVector |
| Visual C++ |
|---|
public: property FloatVector^ Norms { FloatVector^ get (); } |
Remarks
If scaling is specified, column values are scaled to have unit variance
before analysis by dividing by the column norm.