Click or drag to resize

FloatPCANorms Property

Gets the column norms (1-norm).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatVector Norms { get; }

Property Value

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