Click or drag to resize

SparsePls Properties

The SparsePls type exposes the following members.

Properties
 NameDescription
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 propertyCoefficients Coefficient matrix that may be used for prediction.
(Overrides IPLS2CalcCoefficients)
Public propertyIsGood Indicates whether the most recent calculation was successful. For SparsePls a return value of false most likely indicates that the iterative algorithm did not converge before reaching the maximum number of iterations. Check the Message property for further information in this case.
(Overrides IPLS2CalcIsGood)
Public propertyIterations Number of iterations of the algorthm for each component
Public propertyKeepX Get and sets the number of X variables kept in the model for each component.
Public propertyKeepY Get and sets the number of Y variables kept in the model for each component.
Public propertyMaxIterations Gets the max iterations performed by the iterative algorithm.
Public propertyMessage Gets any message that may have been generated by the algorithm. For example, if the calculation is unsuccessful, the message should indicate the reason.
(Overrides IPLS2CalcMessage)
Public propertyMode Gets and sets the PLS mode.
Public propertyNumComponents Gets the number components.
Public propertyPredictorLoadings Gets the predictor variable loadings. This is an alias for XLoadings.
(Overrides IPLS2CalcPredictorLoadings)
Public propertyPredictorScores Gets the predictor variable scores. This is an alias for XVariates.
(Overrides IPLS2CalcPredictorScores)
Public propertyTolerance Gets the tolerance used for convergence determination of the iterative algorithm.
Public propertyXLoadings Gets the matrix of X loadings.
Public propertyXVariates Gets the matrix of X variates or scores.
Public propertyYLoadings Gets the matrix of Y loadings.
Public propertyYVariates Gets the matrix of Y variates or scores.
Top
See Also