Uses of Class
de.jstacs.models.mixture.AbstractMixtureModel

Packages that use AbstractMixtureModel
de.jstacs.models.discrete.inhomogeneous.shared   
de.jstacs.models.mixture This package is the super package for any mixture model. 
de.jstacs.models.mixture.motif   
 

Uses of AbstractMixtureModel in de.jstacs.models.discrete.inhomogeneous.shared
 

Subclasses of AbstractMixtureModel in de.jstacs.models.discrete.inhomogeneous.shared
 class SharedStructureMixture
          This class handles a mixture of models with the same structure that is learned via EM.
 

Uses of AbstractMixtureModel in de.jstacs.models.mixture
 

Subclasses of AbstractMixtureModel in de.jstacs.models.mixture
 class MixtureModel
          The class for a mixture model of any Models.
 class StrandModel
          This model handles sequences that can either lie on the forward strand or on the reverse complementary strand.
 

Methods in de.jstacs.models.mixture that return AbstractMixtureModel
 AbstractMixtureModel AbstractMixtureModel.clone()
           
 

Uses of AbstractMixtureModel in de.jstacs.models.mixture.motif
 

Subclasses of AbstractMixtureModel in de.jstacs.models.mixture.motif
 class HiddenMotifMixture
          This is the main class that every generative motif discoverer should implement.
 class SingleHiddenMotifMixture
          This class enables the user to search for a single motif in a sequence.