Uses of Package
de.jstacs.classifiers.differentiableSequenceScoreBased.sampling

Packages that use de.jstacs.classifiers.differentiableSequenceScoreBased.sampling
de.jstacs.classifiers.differentiableSequenceScoreBased.sampling Provides the classes for AbstractScoreBasedClassifiers that are based on SamplingDifferentiableStatisticalModels and that sample parameters using the Metropolis-Hastings algorithm. 
 

Classes in de.jstacs.classifiers.differentiableSequenceScoreBased.sampling used by de.jstacs.classifiers.differentiableSequenceScoreBased.sampling
SamplingGenDisMixClassifierParameterSet
          ParameterSet to instantiate a SamplingGenDisMixClassifier.
SamplingScoreBasedClassifier
          A classifier that samples the parameters of SamplingDifferentiableStatisticalModels by the Metropolis-Hastings algorithm.
SamplingScoreBasedClassifier.DiffSMSamplingComponent
          The SamplingComponent that handles storing and loading sampled parameters values to and from files.
SamplingScoreBasedClassifier.SamplingScheme
          Sampling scheme for sampling the parameters of the scoring functions.
SamplingScoreBasedClassifierParameterSet
          ParameterSet to instantiate a SamplingScoreBasedClassifier.