This package is the super package for any mixture model. The most interesting class of this package is the {@link de.jstacs.sequenceScores.statisticalModels.trainable.mixture.AbstractMixtureTrainSM}. This class currently enables to train the model using EM or Gibbs Sampling. All mixtures of {@link de.jstacs.sequenceScores.statisticalModels.trainable.TrainableStatisticalModel}s should be extensions of {@link de.jstacs.sequenceScores.statisticalModels.trainable.mixture.AbstractMixtureTrainSM}. @see de.jstacs.sampling.SamplingComponent