The PLS1 type exposes the following members.

Constructors

  NameDescription
PLS1Overloaded.

Methods

  NameDescription
CalculateOverloaded.
Clone
Creates a deep copy of this PLS1.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HotellingsT2Overloaded.
PredictOverloaded.
QResiduals
Calculates the Q residuals for in sample in the model. The Q residual for a given sample is the distance between the sample and its projection in the subspace of the model.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
DEFAULT_CALCULATOR
If no calculation object is specified during construction of PLS2 objects, this is the default calculator that will be used.

Properties

  NameDescription
Calculator
Gets and sets the calculator.
IsGood
Whether the most recent calculation was successful.
Message
Gets any message that may have been generated by the algorithm. For example, if the calculation was unsuccessful, the message should indicate the reason.
NumComponents
Gets and sets the number of predictor variable components to use in the PLS calculation.
PredictorMatrix
Gets the predictor matrix.
ResponseVector
Gets the response vector.

See Also