Classifiers that are based on SequenceScores.See: Description
| Class | Description |
|---|---|
| AbstractMultiThreadedOptimizableFunction |
This class enables the user to exploit all CPUs of an computer by using threads.
|
| AbstractOptimizableFunction |
This class extends
OptimizableFunction and implements some common
methods. |
| DiffSSBasedOptimizableFunction |
This abstract class is the basis of all multi-threaded
OptimizableFunctions that are based on DifferentiableSequenceScores. |
| OptimizableFunction |
This is the main function for the
ScoreClassifier. |
| ScoreClassifier |
This abstract class implements the main functionality of a
DifferentiableSequenceScore based classifier. |
| ScoreClassifierParameterSet |
A set of
Parameters for any
ScoreClassifier. |
| Enum | Description |
|---|---|
| OptimizableFunction.KindOfParameter |
This
enum defines the kinds of parameters that can be
returned by the method
OptimizableFunction.getParameters(KindOfParameter). |
Classifiers that are based on SequenceScores.