Gets a matrix containing the intercept term
of the Partial Least Squares regression.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<double> Intercepts { get; }
Public ReadOnly Property Intercepts As Vector(Of Double)
Get
public:
property Vector<double>^ Intercepts {
Vector<double>^ get ();
}
member Intercepts : Vector<float> with get
Property Value
Type:
VectorDouble
Reference