Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresFactor Properties

The PartialLeastSquaresFactor type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Returns a reference to the parent analysis object.
Public propertyDependentCumulativeProportion
Gets the cumulative proportion of dependent variable variance explained by this factor.
Public propertyDependentLatentVector
Gets the output variable's latent vectors for this factor.
Public propertyDependentProportion
Gets the proportion of dependent variable variance explained by this factor.
Public propertyIndependentLatentVectors
Gets the input variable's latent vectors for this factor.
Public propertyIndex
Gets the Index of this component on the original factor collection.
Public propertyPredictorCumulativeProportion
Gets the cumulative proportion of dependent variables variance explained by this factor.
Public propertyPredictorProportion
Gets the proportion of prediction variables variance explained by this factor.
Public propertyVariableImportance
Gets the importance of each variable for the given component.
Top
See Also