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, getLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildClassifier, classify, modelgetInputTypeRestriction@Deprecated public R run(Database database)
Algorithmprotected 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.