O
- Input typeR
- Result typepublic abstract class AbstractClassifier<O,R extends Result> extends AbstractAlgorithm<R> implements Classifier<O>
ALGORITHM_ID
Constructor and Description |
---|
AbstractClassifier() |
Modifier and Type | Method and Description |
---|---|
protected double[] |
alignLabels(java.util.List<ClassLabel> l1,
double[] d1,
java.util.Collection<ClassLabel> l2)
Align the labels for a label query.
|
R |
run(Database database)
Deprecated.
|
getInputTypeRestriction, getLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildClassifier, classify, model
getInputTypeRestriction
@Deprecated public R run(Database database)
Algorithm
protected double[] alignLabels(java.util.List<ClassLabel> l1, double[] d1, java.util.Collection<ClassLabel> l2)
l1
- List of reference labelsd1
- Probabilities for these labelsl2
- List of requested labelsCopyright © 2019 ELKI Development Team. License information.