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. 
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 TrainableStatisticalModel
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.
 

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()