Uses of Class
de.jstacs.sequenceScores.statisticalModels.differentiable.mixture.AbstractMixtureDiffSM

Packages that use AbstractMixtureDiffSM
de.jstacs.sequenceScores.statisticalModels.differentiable.mixture Provides DifferentiableSequenceScores that are mixtures of other DifferentiableSequenceScores. 
de.jstacs.sequenceScores.statisticalModels.differentiable.mixture.motif   
 

Uses of AbstractMixtureDiffSM in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture
 

Subclasses of AbstractMixtureDiffSM in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture
 class MixtureDiffSM
          This class implements a real mixture model.
 class StrandDiffSM
          This class enables the user to search on both strand.
 class VariableLengthMixtureDiffSM
          This class implements a mixture of VariableLengthDiffSM by extending MixtureDiffSM and implementing the methods of VariableLengthDiffSM.
 

Methods in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture that return AbstractMixtureDiffSM
 AbstractMixtureDiffSM AbstractMixtureDiffSM.clone()
           
 

Uses of AbstractMixtureDiffSM in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture.motif
 

Subclasses of AbstractMixtureDiffSM in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture.motif
 class ExtendedZOOPSDiffSM
          This class handles mixtures with at least one hidden motif.