Model.Computed Property
Gets whether the model has been computed.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the Fit() method has been called and the results of the model are available; Otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
[ObsoleteAttribute("Use the Fitted property instead.")]
public bool Computed { get; }
Property Value
Booleantrue if the Fit() method has been called and the results of the model are available; Otherwise false.
Remarks
Inspect this property to determine whether the results of the model are available. If this property returns false, call the Fit() method to compute the results.