Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
Remarks
This method has been implemented considering only PLS models fitted using the NIPALS algorithm containing a single response (output) variable.
See Also