| Package | Description |
|---|---|
| de.jstacs.classifiers.differentiableSequenceScoreBased.sampling |
Provides the classes for
AbstractScoreBasedClassifiers that are based on
SamplingDifferentiableStatisticalModels
and that sample parameters using the Metropolis-Hastings algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingGenDisMixClassifierParameterSet
ParameterSet to instantiate a SamplingGenDisMixClassifier. |
| Modifier and Type | Field and Description |
|---|---|
protected SamplingScoreBasedClassifierParameterSet |
SamplingScoreBasedClassifier.params
Parameters
|
| Modifier and Type | Method and Description |
|---|---|
SamplingScoreBasedClassifierParameterSet |
SamplingScoreBasedClassifierParameterSet.clone() |
| Constructor and Description |
|---|
SamplingScoreBasedClassifier(SamplingScoreBasedClassifierParameterSet params,
BurnInTest burnInTest,
double[] classVariances,
SamplingDifferentiableStatisticalModel... scoringFunctions)
Creates a new
SamplingScoreBasedClassifier using the parameters in params,
a specified BurnInTest (or null for no burn-in test), a set of sampling variances,
which may be different for each of the classes (in analogy to equivalent sample size for the Dirichlet distribution),
and set set of SamplingDifferentiableStatisticalModels for each of the classes. |