Uses of Package
de.jstacs.classifier

Packages that use de.jstacs.classifier
de.jstacs.classifier This package provides the framework for any classifier. 
de.jstacs.classifier.assessment This package allows to assess classifiers. 
de.jstacs.classifier.modelBased Provides the classes for Classifiers that are based on Model
de.jstacs.classifier.scoringFunctionBased Provides the classes for Classifiers that are based on ScoringFunctions. 
de.jstacs.classifier.scoringFunctionBased.gendismix Provides an implementation of a classifier that allows to train the parameters of a set of NormalizableScoringFunctions by a unified generative-discriminative learning principle 
de.jstacs.classifier.scoringFunctionBased.msp Provides an implementation of a classifier that allows to train the parameters of a set of ScoringFunctions either by maximum supervised posterior (MSP) or by maximum conditional likelihood (MCL) 
de.jstacs.classifier.scoringFunctionBased.sampling Provides the classes for AbstractScoreBasedClassifiers that are based on SamplingScoringFunctions and that sample parameters using the Metropolis-Hastings algorithm. 
de.jstacs.classifier.utils Provides some useful classes for working with classifiers 
de.jstacs.models.discrete.inhomogeneous.shared   
 

Classes in de.jstacs.classifier used by de.jstacs.classifier
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
AbstractScoreBasedClassifier.DoubleTableResult
          This class is for Results given as a table of double s.
ClassDimensionException
          This class indicates that a classifier is defined for less than 2 classes or is defined over a different number of classes than given (e.g. by an array of Samples).
ConfusionMatrix
          This class holds the confusion matrix of a classifier.
MeasureParameters
          This class holds the parameters for the evaluate-methods of a classifier.
MeasureParameters.Measure
          This enum defines all measures that are currently implemented in Jstacs.
ScoreBasedPerformanceMeasureDefinitions.ThresholdMeasurePair
          This class is used as a container that allows to store a threshold and the result of a measure together.
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.assessment
AbstractClassifier
          The super class for any classifier.
ClassDimensionException
          This class indicates that a classifier is defined for less than 2 classes or is defined over a different number of classes than given (e.g. by an array of Samples).
MeasureParameters
          This class holds the parameters for the evaluate-methods of a classifier.
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.modelBased
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
ClassDimensionException
          This class indicates that a classifier is defined for less than 2 classes or is defined over a different number of classes than given (e.g. by an array of Samples).
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.scoringFunctionBased
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.scoringFunctionBased.gendismix
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.scoringFunctionBased.msp
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.scoringFunctionBased.sampling
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
 

Classes in de.jstacs.classifier used by de.jstacs.classifier.utils
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
 

Classes in de.jstacs.classifier used by de.jstacs.models.discrete.inhomogeneous.shared
AbstractClassifier
          The super class for any classifier.
AbstractScoreBasedClassifier
          This class is the main class for all score based classifiers.
ClassDimensionException
          This class indicates that a classifier is defined for less than 2 classes or is defined over a different number of classes than given (e.g. by an array of Samples).