Uses of Package
de.jstacs.classifier.scoringFunctionBased.sampling

Packages that use de.jstacs.classifier.scoringFunctionBased.sampling
de.jstacs.classifier.scoringFunctionBased.sampling Provides the classes for AbstractScoreBasedClassifiers that are based on SamplingScoringFunctions and that sample parameters using the Metropolis-Hastings algorithm. 
 

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