Package dev.nm.stat.hmm.mixture
Class MixtureHMMEM.TrainedModel
- java.lang.Object
-
- dev.nm.stat.hmm.mixture.MixtureHMMEM.TrainedModel
-
- Enclosing class:
- MixtureHMMEM
public static class MixtureHMMEM.TrainedModel extends Object
the result of the EM algorithm
-
-
Field Summary
Fields Modifier and Type Field Description double
logLikelihood
the log-likelihoodMixtureHMM
model
the newly trained model as a result of the EM algorithm
-
-
-
Field Detail
-
model
public final MixtureHMM model
the newly trained model as a result of the EM algorithm
-
logLikelihood
public final double logLikelihood
the log-likelihood
-
-