|
Ergodic Constructor (Int32)
|
Creates a new Ergodic topology for a given number of states.
Namespace:
Accord.Statistics.Models.Markov.Topology
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public Ergodic(
int states
)
Public Sub New (
states As Integer
)
Request Example
View SourceParameters
- states
- Type: SystemInt32
The number of states to be used in the model.
See Also