  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix IndicatorMatrix { get; }Public ReadOnly Property IndicatorMatrix As DoubleMatrix
	Get
public:
property DoubleMatrix^ IndicatorMatrix {
	DoubleMatrix^ get ();
}member IndicatorMatrix : DoubleMatrix with get
Property Value
DoubleMatrix
See Also