The PLS1 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PLS1 | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Calculate | Overloaded. | |
| Clone |
Creates a deep copy of this PLS1.
| |
| Equals | (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.) | |
| HotellingsT2 | Overloaded. | |
| Predict | Overloaded. | |
| 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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DEFAULT_CALCULATOR |
If no calculation object is specified during construction of
PLS2 objects, this is the default calculator that will be used.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|