Uses of Package
de.jstacs.classifier.scoringFunctionBased

Packages that use de.jstacs.classifier.scoringFunctionBased
de.jstacs.classifier.scoringFunctionBased Provides the classes for Classifiers that are based on ScoringFunctions. 
de.jstacs.classifier.scoringFunctionBased.cll Provides the implementation of the log conditional likelihood as an OptimizableFunction and a classifier that uses log conditional likelihood or supervised posterior to learn the parameters of a set of ScoringFunctions 
de.jstacs.motifDiscovery This package provides the framework including the interface for any de novo motif discoverer 
 

Classes in de.jstacs.classifier.scoringFunctionBased used by de.jstacs.classifier.scoringFunctionBased
OptimizableFunction
          This is the main function for the ScoreClassifier.
OptimizableFunction.KindOfParameter
          This enum defines the kinds of parameters that can be returned by the method OptimizableFunction.getParameters(KindOfParameter).
ScoreClassifier
          This abstract class implements the main functionality of a ScoringFunction based classifier.
ScoreClassifierParameterSet
          A set of Parameters for any ScoreClassifier.
 

Classes in de.jstacs.classifier.scoringFunctionBased used by de.jstacs.classifier.scoringFunctionBased.cll
AbstractOptimizableFunction
          This class extends OptimizableFunction and implements some common methods.
OptimizableFunction
          This is the main function for the ScoreClassifier.
OptimizableFunction.KindOfParameter
          This enum defines the kinds of parameters that can be returned by the method OptimizableFunction.getParameters(KindOfParameter).
ScoreClassifier
          This abstract class implements the main functionality of a ScoringFunction based classifier.
ScoreClassifierParameterSet
          A set of Parameters for any ScoreClassifier.
 

Classes in de.jstacs.classifier.scoringFunctionBased used by de.jstacs.motifDiscovery
OptimizableFunction
          This is the main function for the ScoreClassifier.
OptimizableFunction.KindOfParameter
          This enum defines the kinds of parameters that can be returned by the method OptimizableFunction.getParameters(KindOfParameter).