|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpdfFactory | |
---|---|
be.ac.ulg.montefiore.run.jahmm | This package is an Hidden Markov Model implementation. |
be.ac.ulg.montefiore.run.jahmm.learn | This package holds Hidden Markov Model-related learning algorithms. |
Uses of OpdfFactory in be.ac.ulg.montefiore.run.jahmm |
---|
Classes in be.ac.ulg.montefiore.run.jahmm that implement OpdfFactory | |
---|---|
class |
OpdfDiscreteFactory<E extends Enum<E>>
This class can build OpdfInteger observation probability
distribution functions. |
class |
OpdfGaussianFactory
This class can build OpdfMultiGaussian observation probability
functions. |
class |
OpdfGaussianMixtureFactory
Implements a factory of Gaussian mixtures distributions. |
class |
OpdfIntegerFactory
This class can build OpdfInteger observation probability
functions. |
class |
OpdfMultiGaussianFactory
This class can build OpdfMultiGaussian observation probability
functions. |
Constructors in be.ac.ulg.montefiore.run.jahmm with parameters of type OpdfFactory | |
---|---|
Hmm(int nbStates,
OpdfFactory<? extends Opdf<O>> opdfFactory)
Creates a new HMM. |
Uses of OpdfFactory in be.ac.ulg.montefiore.run.jahmm.learn |
---|
Constructors in be.ac.ulg.montefiore.run.jahmm.learn with parameters of type OpdfFactory | |
---|---|
KMeansLearner(int nbStates,
OpdfFactory<? extends Opdf<O>> opdfFactory,
java.util.List<? extends java.util.List<? extends O>> sequences)
Initializes a K-Means algorithm implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |