Uses of Class
de.jstacs.sequenceScores.differentiable.IndependentProductDiffSS

Packages that use IndependentProductDiffSS
de.jstacs.sequenceScores.differentiable   
de.jstacs.sequenceScores.statisticalModels.differentiable Provides all DifferentiableStatisticalModels, which can compute the gradient with respect to their parameters for a given input Sequence
 

Uses of IndependentProductDiffSS in de.jstacs.sequenceScores.differentiable
 

Methods in de.jstacs.sequenceScores.differentiable that return IndependentProductDiffSS
 IndependentProductDiffSS IndependentProductDiffSS.clone()
           
 

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

Subclasses of IndependentProductDiffSS in de.jstacs.sequenceScores.statisticalModels.differentiable
 class IndependentProductDiffSM
          This class enables the user to model parts of a sequence independent of each other.