Package | Description |
---|---|
smile.sequence |
Learning algorithms for sequence data.
|
Modifier and Type | Method and Description |
---|---|
HMM<O> |
HMM.learn(int[][] observations,
int iterations)
With this HMM as the initial model, learn an HMM by the Baum-Welch
algorithm.
|
HMM<O> |
HMM.learn(O[][] observations,
int iterations)
With this HMM as the initial model, learn an HMM by the Baum-Welch
algorithm.
|
Copyright © 2015. All rights reserved.