|
PartialLeastSquaresAnalysisImportance Property
|
Gets the Variable Importance in Projection (VIP).
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[][] Importance { get; }
Public ReadOnly Property Importance As Double()()
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
This method has been implemented considering only PLS
models fitted using the NIPALS algorithm containing a
single response (output) variable.
See Also