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, makeParameterDistanceFunction
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(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.