Click or drag to resize

SparsePlsDa Properties

The SparsePlsDa type exposes the following members.

Properties
 NameDescription
Public propertyCalculator Gets and sets the calculator.
(Inherited from PLS2)
Public propertyCenteredScaledX Matrix of scaled, centered X values.
Public propertyCenteredScaledY Matrix of scaled centered Y values.
Public propertyCMatrix Matrix of coefficients used internally for prediction.
Public propertyIndicatorMatrix 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.
Public propertyIsGood Whether the calculation was successful.
(Inherited from PLS2)
Public propertyKeepX Get and sets the number of X variables kept in the model for each component.
Public propertyMessage Gets any message that may have been generated by the algorithm. For example, if the calculation is unsuccessful, the message indicate the reason.
(Inherited from PLS2)
Public propertyNumComponents Gets and sets the number of predictor variable components to use in the calculation.
(Inherited from PLS2)
Public propertyX Gets the predictor matrix.
(Inherited from PLS2)
Public propertyXLoadings Gets the matrix of X loadings.
Public propertyXVariates Gets the matrix of X variates or scores.
Public propertyY Gets the response matrix.
(Inherited from PLS2)
Public propertyYFactor Gets the catagorical response varible used in the calculation as a Factor .
Public propertyYLoadings Gets the matrix of Y loadings.
Public propertyYVariates Gets the matrix of Y variates or scores.
Top
See Also