PartialLeastSquaresFactor Class |
Namespace: Accord.Statistics.Analysis
The PartialLeastSquaresFactor type exposes the following members.
Name | Description | |
---|---|---|
Analysis |
Returns a reference to the parent analysis object.
| |
DependentCumulativeProportion |
Gets the cumulative proportion of dependent variable
variance explained by this factor.
| |
DependentLatentVector |
Gets the output variable's latent vectors for this factor.
| |
DependentProportion |
Gets the proportion of dependent variable
variance explained by this factor.
| |
IndependentLatentVectors |
Gets the input variable's latent vectors for this factor.
| |
Index |
Gets the Index of this component on the original factor collection.
| |
PredictorCumulativeProportion |
Gets the cumulative proportion of dependent variables
variance explained by this factor.
| |
PredictorProportion |
Gets the proportion of prediction variables
variance explained by this factor.
| |
VariableImportance |
Gets the importance of each variable for the given component.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |