Accord.Statistics.Models.Markov.Learning.ContinuousBaumWelchLearning.ContinuousBaumWelchLearning C# (CSharp) Method

ContinuousBaumWelchLearning() public method

Creates a new instance of the Baum-Welch learning algorithm.
public ContinuousBaumWelchLearning ( ContinuousHiddenMarkovModel model ) : System
model ContinuousHiddenMarkovModel
return System
        public ContinuousBaumWelchLearning(ContinuousHiddenMarkovModel model)
            : base(model)
        {
            this.model = model;
        }