Gets the collection of parameters associated with this model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ParameterVector<T> Parameters { get; }
Public ReadOnly Property Parameters As ParameterVector(Of T)
Get
public:
virtual property ParameterVector<T>^ Parameters {
ParameterVector<T>^ get () sealed;
}
abstract Parameters : ParameterVector<'T> with get
override Parameters : ParameterVector<'T> with get
Property Value
Type:
ParameterVectorTA vector of
ParameterT objects.
The vector is read-only.
Reference