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

Forward() public method

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

Same methods

Forward::Forward ( int states, bool random ) : System
Forward::Forward ( int states, int deepness ) : System
Forward::Forward ( int states, int deepness, bool random ) : System