Click or drag to resize

FloatPCAMeans Property

Gets the column means of the data matrix.

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

Property Value

FloatVector
Remarks
If centering is specified, the column means are substracted from the column values before analysis takes place.
See Also