Uses of Interface
be.ac.ulg.montefiore.run.jahmm.CentroidFactory

Packages that use CentroidFactory
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 CentroidFactory in be.ac.ulg.montefiore.run.jahmm
 

Classes in be.ac.ulg.montefiore.run.jahmm with type parameters of type CentroidFactory
 class KMeansCalculator<K extends CentroidFactory<? super K>>
          This class can be used to divide a set of elements in clusters using the k-means algorithm.
 

Classes in be.ac.ulg.montefiore.run.jahmm that implement CentroidFactory
 class ObservationInteger
          This class holds an integer observation.
 class ObservationReal
          This class implements observations made of a real value.
 class ObservationVector
          This class holds an Observation described by a vector of reals.
 

Uses of CentroidFactory in be.ac.ulg.montefiore.run.jahmm.learn
 

Classes in be.ac.ulg.montefiore.run.jahmm.learn with type parameters of type CentroidFactory
 class KMeansLearner<O extends Observation & CentroidFactory<? super O>>
          An implementation of the K-Means learning algorithm.
 



Copyright © 2004,2005 Jean-Marc François.