Gets whether the model has been computed.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool Fitted { get; }
Public ReadOnly Property Fitted As Boolean
Get
public:
property bool Fitted {
bool get ();
}
member Fitted : bool with get
Property Value
Type:
Boolean if the
Fit method
has been called and the results of the model are available;
Otherwise
.
Inspect this property to determine whether the results
of the model are available.
If this property returns , call the
Fit method
to compute the results.
Reference