
O - Input typeR - Result typepublic abstract class AbstractClassifier<O,R extends Result> extends AbstractAlgorithm<R> implements Classifier<O>
| Constructor and Description |
|---|
AbstractClassifier() |
| Modifier and Type | Method and Description |
|---|---|
protected double[] |
alignLabels(List<ClassLabel> l1,
double[] d1,
Collection<ClassLabel> l2)
Align the labels for a label query.
|
R |
run(Database database)
Deprecated.
|
getInputTypeRestriction, getLogger, makeParameterDistanceFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildClassifier, classify, modelgetInputTypeRestriction@Deprecated public R run(Database database)
Algorithmprotected double[] alignLabels(List<ClassLabel> l1, double[] d1, Collection<ClassLabel> l2)
l1 - List of reference labelsd1 - Probabilities for these labelsl2 - List of requested labelsCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.