Click or drag to resize
Accord.NET (logo)

RunningMarkovStatisticsStarted Property

Gets whether the model has been initialized or not.

Namespace:  Accord.Statistics.Running
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool Started { get; set; }
Request Example View Source

Property Value

Type: Boolean

Implements

IRunningMarkovStatisticsStarted
See Also