Uses of Class
de.jstacs.results.CategoricalResult

Packages that use CategoricalResult
de.jstacs.classifiers This package provides the framework for any classifier. 
de.jstacs.classifiers.differentiableSequenceScoreBased Provides the classes for Classifiers that are based on SequenceScores.
It includes a sub-package for discriminative objective functions, namely conditional likelihood and supervised posterior, and a separate sub-package for the parameter priors, that can be used for the supervised posterior. 
de.jstacs.classifiers.differentiableSequenceScoreBased.sampling Provides the classes for AbstractScoreBasedClassifiers that are based on SamplingDifferentiableStatisticalModels and that sample parameters using the Metropolis-Hastings algorithm. 
de.jstacs.classifiers.trainSMBased Provides the classes for Classifiers that are based on TrainableStatisticalModels. 
de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.shared   
 

Uses of CategoricalResult in de.jstacs.classifiers
 

Methods in de.jstacs.classifiers that return CategoricalResult
 CategoricalResult[] MappingClassifier.getClassifierAnnotation()
           
abstract  CategoricalResult[] AbstractClassifier.getClassifierAnnotation()
          Returns an array of Results of dimension AbstractClassifier.getNumberOfClasses() that contains information about the classifier and for each class.

res[0] = new CategoricalResult( "classifier", "the kind of classifier", getInstanceName() );
res[1] = new CategoricalResult( "class info 0", "some information about the class", "info0" );
res[2] = new CategoricalResult( "class info 1", "some information about the class", "info1" );
...
 

Uses of CategoricalResult in de.jstacs.classifiers.differentiableSequenceScoreBased
 

Methods in de.jstacs.classifiers.differentiableSequenceScoreBased that return CategoricalResult
 CategoricalResult[] ScoreClassifier.getClassifierAnnotation()
           
 

Uses of CategoricalResult in de.jstacs.classifiers.differentiableSequenceScoreBased.sampling
 

Methods in de.jstacs.classifiers.differentiableSequenceScoreBased.sampling that return CategoricalResult
 CategoricalResult[] SamplingScoreBasedClassifier.getClassifierAnnotation()
           
 

Uses of CategoricalResult in de.jstacs.classifiers.trainSMBased
 

Methods in de.jstacs.classifiers.trainSMBased that return CategoricalResult
 CategoricalResult[] TrainSMBasedClassifier.getClassifierAnnotation()
           
 

Uses of CategoricalResult in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.shared
 

Methods in de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.shared that return CategoricalResult
 CategoricalResult[] SharedStructureClassifier.getClassifierAnnotation()