Accord.Statistics.Models.Markov.Topology.Ergodic.Ergodic C# (CSharp) 메소드

Ergodic() 공개 메소드

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.
리턴 System
        public Ergodic(int states)
            : this(states, false)
        {
        }

Same methods

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