Gets the weights of the independent variables.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> WeightMatrix { get; }
Public ReadOnly Property WeightMatrix As Matrix(Of Double)
Get
public:
property Matrix<double>^ WeightMatrix {
Matrix<double>^ get ();
}
member WeightMatrix : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference