Uses of Package
de.jstacs.results

Packages that use de.jstacs.results
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.utils Provides some useful classes for working with classifiers 
de.jstacs.data.sequences.annotation Provides the facilities to annotate Sequences using a number of pre-defined annotation types, or additional implementations of the SequenceAnnotation class 
de.jstacs.models Provides the interface Model and its abstract implementation AbstractModel, which is the super class of all other models. 
de.jstacs.models.discrete.inhomogeneous This package contains various inhomogeneous models. 
de.jstacs.models.discrete.inhomogeneous.shared   
de.jstacs.models.mixture This package is the super package for any mixture model. 
de.jstacs.results This package provides classes for results and sets of results. 
 

Classes in de.jstacs.results used by de.jstacs.classifier
CategoricalResult
          A class for categorical results (i.e. non-numerical results) for primitives and Strings
ImageResult
          A class for results that are images of the PNG format.
NumericalResult
          Class for numerical Result values.
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
Result
          The abstract class for any result.
ResultSet
          Class for a set of Results, which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML-representation of all the Results in the set.
 

Classes in de.jstacs.results used by de.jstacs.classifier.assessment
ListResult
          Class for a Result that contains a list or a matrix, respectively, of ResultSets.
MeanResultSet
          Class that computes the mean and the standard error of a series of NumericalResultSets.
MeanResultSet.AdditionImpossibleException
          Class for the exception that is thrown if two MeanResultSet should be added that do not match.
MeanResultSet.InconsistentResultNumberException
          Class for the exception that is thrown if an NumericalResultSet is added to the MeanResultSet that has a number of results which is not equal to the number of results of the previously added results.
Result
          The abstract class for any result.
 

Classes in de.jstacs.results used by de.jstacs.classifier.modelBased
CategoricalResult
          A class for categorical results (i.e. non-numerical results) for primitives and Strings
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
ResultSet
          Class for a set of Results, which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML-representation of all the Results in the set.
 

Classes in de.jstacs.results used by de.jstacs.classifier.scoringFunctionBased
CategoricalResult
          A class for categorical results (i.e. non-numerical results) for primitives and Strings
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
 

Classes in de.jstacs.results used by de.jstacs.classifier.utils
ImageResult
          A class for results that are images of the PNG format.
 

Classes in de.jstacs.results used by de.jstacs.data.sequences.annotation
Result
          The abstract class for any result.
ResultSet
          Class for a set of Results, which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML-representation of all the Results in the set.
 

Classes in de.jstacs.results used by de.jstacs.models
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
ResultSet
          Class for a set of Results, which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML-representation of all the Results in the set.
 

Classes in de.jstacs.results used by de.jstacs.models.discrete.inhomogeneous
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
 

Classes in de.jstacs.results used by de.jstacs.models.discrete.inhomogeneous.shared
CategoricalResult
          A class for categorical results (i.e. non-numerical results) for primitives and Strings
 

Classes in de.jstacs.results used by de.jstacs.models.mixture
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
ResultSet
          Class for a set of Results, which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML-representation of all the Results in the set.
 

Classes in de.jstacs.results used by de.jstacs.results
ListResult
          Class for a Result that contains a list or a matrix, respectively, of ResultSets.
MeanResultSet
          Class that computes the mean and the standard error of a series of NumericalResultSets.
MeanResultSet.AdditionImpossibleException
          Class for the exception that is thrown if two MeanResultSet should be added that do not match.
MeanResultSet.InconsistentResultNumberException
          Class for the exception that is thrown if an NumericalResultSet is added to the MeanResultSet that has a number of results which is not equal to the number of results of the previously added results.
NumericalResult
          Class for numerical Result values.
NumericalResultSet
          Class for a set of numerical result values, which are all of the type NumericalResult.
Result
          The abstract class for any result.
ResultSet
          Class for a set of Results, which provides methods to access single Results in the set, to retrieve the number of Results in the set, to get a String representation or an XML-representation of all the Results in the set.
SimpleResult
          Abstract class for a Result with a value of a primitive data type or String.