public abstract class ClassifierEvaluator extends Object implements Evaluator<ConfusionMatrix>
Modifier and Type | Class and Description |
---|---|
static class |
ClassifierEvaluator.Binary
Binary evaluator used for computation of metrics in case when data has only one output result (one output neuron)
|
static class |
ClassifierEvaluator.MultiClass
Evaluator used for computation of metrics in case when data has
multiple classes - one vs many classification
|
Modifier and Type | Method and Description |
---|---|
ConfusionMatrix |
getResult()
This method should return final evaluation result
|
double |
getThreshold() |
void |
reset() |
void |
setThreshold(double threshold) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processNetworkResult
public ConfusionMatrix getResult()
Evaluator
getResult
in interface Evaluator<ConfusionMatrix>
public double getThreshold()
public final void setThreshold(double threshold)
public void reset()
reset
in interface Evaluator<ConfusionMatrix>
Copyright © 2019 Neuroph Project. All rights reserved.