![]() |
PartialLeastSquaresAnalysis Properties |
The PartialLeastSquaresAnalysis type exposes the following members.
Name | Description | |
---|---|---|
![]() | Algorithm |
Gets or sets the PLS algorithm used by the analysis.
|
![]() | Dependents |
Gets information about dependent (output) variables.
|
![]() | Factors |
Gets information about the factors discovered during the analysis in a
object-oriented structure which can be data-bound directly to many controls.
|
![]() | Importance |
Gets the Variable Importance in Projection (VIP).
|
![]() | MaximumNumberOfFactors |
Gets the maximum number of latent factors that can be considered in this model.
|
![]() | Method |
Gets or sets the method used by this analysis.
|
![]() | NumberOfInputs |
Gets the number of inputs accepted by the model.
(Overrides TransformBaseTInput, TOutputNumberOfInputs.) |
![]() | NumberOfLatentFactors |
Gets or sets the number of latent factors that can be considered in this model.
|
![]() | NumberOfOutputs |
Gets the number of outputs generated by the model.
(Overrides TransformBaseTInput, TOutputNumberOfOutputs.) |
![]() | Output | Obsolete.
Gets the dependent variables' values
for each of the source input points.
|
![]() | Overwrite |
Gets or sets whether calculations will be performed overwriting
data in the original source matrix, using less memory.
|
![]() | Predictors |
Gets information about independent (input) variables.
|
![]() | Source | Obsolete.
Source data used in the analysis.
|
![]() | Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
|
![]() | Weights |
Gets the Weight matrix obtained during the analysis. For the NIPALS algorithm
this is the W matrix. For the SIMPLS algorithm this is the R matrix.
|