Gets a matrix that contains the Variable Importance in Projection
(VIP) value for each variable and each number of components.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> VariableImportanceInProjection { get; }
Public ReadOnly Property VariableImportanceInProjection As Matrix(Of Double)
Get
public:
property Matrix<double>^ VariableImportanceInProjection {
Matrix<double>^ get ();
}
member VariableImportanceInProjection : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference