Click or drag to resize

PLS2NipalsAlgorithm Properties

The PLS2NipalsAlgorithm type exposes the following members.

Properties
 NameDescription
Public propertyCoefficients Gets the regression coefficients matrix, B, for the PLS2 calculation. B satisifies the relationship
C#
ResponseVector = XB + E.
where X and ResponseVector are respectively, the centered independent and dependent variables values, and EE is a noise term for the model.
(Overrides IPLS2CalcCoefficients)
Public propertyIsGood Whether the most recent calculation was successful.
(Overrides IPLS2CalcIsGood)
Public propertyMaxIterations Gets or sets the maximum number of iterations.
Public propertyMessage Gets any message that may have been generated by the algorithm. For example, if the calculation is unsuccessful, the message indicates the reason.
(Overrides IPLS2CalcMessage)
Public propertyPredictorLoadings Gets the loadings matrix for PredictorMatrix.
(Overrides IPLS2CalcPredictorLoadings)
Public propertyPredictorMean Gets the vector of means for the predictor variables.
Public propertyPredictorResiduals Gets the predictor residuals matrix.
Public propertyPredictorScores Gets the scores matrix for PredictorMatrix.
(Overrides IPLS2CalcPredictorScores)
Public propertyPredictorWeights Gets the matrix of weights for the predictors.
Public propertyResponseLoadings Gets the response loadings matrix.
Public propertyResponseMean Gets the vector of means for the response variables.
Public propertyResponseResiduals Gets the response residuals matrix.
Public propertyResponseScores Gets the response scores matrix.
Public propertyResponseWeights Gets the matrix of weights for the responses.
Top
See Also