Click or drag to resize

DoublePCAData Property

Gets the data matrix.

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

Property Value

DoubleMatrix
Remarks
If centering or scaling were specified at construction time, the returned matrix may not match the original data.
See Also