Java org.apache.mahout.classifier.sequencelearning.hmm HmmTrainer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.classifier.sequencelearning.hmm HmmTrainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.classifier.sequencelearning.hmm HmmTrainer.

The text is from its open source code.

Method

HmmModeltrainBaumWelch(HmmModel initialModel, int[] observedSequence, double epsilon, int maxIterations, boolean scaled)
Iteratively train the parameters of the given initial model wrt the observed sequence using Baum-Welch training.