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

Packages that use Centroid
be.ac.ulg.montefiore.run.jahmm This package is an Hidden Markov Model implementation. 
 

Uses of Centroid in be.ac.ulg.montefiore.run.jahmm
 

Classes in be.ac.ulg.montefiore.run.jahmm that implement Centroid
 class CentroidObservationInteger
          This class represents the centroid of a set of ObservationInteger.
 class CentroidObservationReal
          This class represents the centroid of a set of ObservationReal.
 class CentroidObservationVector
          This class represents the centroid of a set of ObservationVector.
 

Methods in be.ac.ulg.montefiore.run.jahmm that return Centroid
 Centroid<O> CentroidFactory.factor()
           
 Centroid<ObservationInteger> ObservationInteger.factor()
          Returns the centroid matching this observation.
 Centroid<ObservationReal> ObservationReal.factor()
          Returns the centroid matching this observation.
 Centroid<ObservationVector> ObservationVector.factor()
          Returns the centroid matching this observation.
 



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