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

Packages that use MixtureDiffSM
de.jstacs.sequenceScores.statisticalModels.differentiable Provides all DifferentiableStatisticalModels, which can compute the gradient with respect to their parameters for a given input Sequence
de.jstacs.sequenceScores.statisticalModels.differentiable.mixture Provides DifferentiableSequenceScores that are mixtures of other DifferentiableSequenceScores. 
 

Uses of MixtureDiffSM in de.jstacs.sequenceScores.statisticalModels.differentiable
 

Methods in de.jstacs.sequenceScores.statisticalModels.differentiable that return MixtureDiffSM
static MixtureDiffSM DifferentiableStatisticalModelFactory.createMixtureModel(DifferentiableStatisticalModel[] models)
          This method allows to create a MixtureDiffSM that models a mixture of individual component DifferentiableStatisticalModels.
 

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

Subclasses of MixtureDiffSM in de.jstacs.sequenceScores.statisticalModels.differentiable.mixture
 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 MixtureDiffSM
 MixtureDiffSM MixtureDiffSM.clone()