Accord.Statistics.Models.Markov.Topology.Ergodic.Ergodic C# (CSharp) Method

Ergodic() public method

Creates a new Ergodic topology for a given number of states.
public Ergodic ( int states ) : System
states int The number of states to be used in the model.
return System
        public Ergodic(int states)
            : this(states, false)
        {
        }

Same methods

Ergodic::Ergodic ( int states, bool random ) : System