Uses of Class
de.jstacs.classifiers.differentiableSequenceScoreBased.logPrior.SeparateLogPrior

Packages that use SeparateLogPrior
de.jstacs.classifiers.differentiableSequenceScoreBased.logPrior Provides a general definition of a parameter log-prior and a number of implementations of Laplace and Gaussian priors. 
 

Uses of SeparateLogPrior in de.jstacs.classifiers.differentiableSequenceScoreBased.logPrior
 

Subclasses of SeparateLogPrior in de.jstacs.classifiers.differentiableSequenceScoreBased.logPrior
 class SeparateGaussianLogPrior
          Class for a LogPrior that defines a Gaussian prior on the parameters of a set of DifferentiableStatisticalModels and a set of class parameters.
 class SeparateLaplaceLogPrior
          Class for a LogPrior that defines a Laplace prior on the parameters of a set of DifferentiableStatisticalModels and a set of class parameters.
 

Methods in de.jstacs.classifiers.differentiableSequenceScoreBased.logPrior that return SeparateLogPrior
 SeparateLogPrior SeparateLogPrior.getNewInstance()