Gets the values of the parameters associated with this model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> ParameterValues { get; }
Public ReadOnly Property ParameterValues As Vector(Of T)
Get
public:
property Vector<T>^ ParameterValues {
Vector<T>^ get ();
}
member ParameterValues : Vector<'T> with get
Property Value
Type:
VectorTA vector of real numbers.
The vector is read-only.
Reference