Click or drag to resize

SparsePlsDaIndicatorMatrix Property

Gets the indicator matrix (dummy block matrix) used in the calculation. The indicator matrix has G columns, where G is the number of classes containing ones and zeros. The gth column is one and the others zero for observations of class g.

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

Property Value

DoubleMatrix
See Also