Click or drag to resize

DoublePCANorms Property

Gets the column norms (1-norm).

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

Property Value

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