Model.Status Property

Note: This API is now obsolete.
Gets the status of the model, which determines which information is available.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.6.0
C#
[ObsoleteAttribute("Use the ModelState property instead.")]
public ModelState Status { get; }

Property Value

ModelState

See Also