public static final class ClassifierEvaluator.Binary extends ClassifierEvaluator
ClassifierEvaluator.Binary, ClassifierEvaluator.MultiClass| Modifier and Type | Field and Description |
|---|---|
static String[] |
CLASS_LABELS |
| Constructor and Description |
|---|
Binary(double threshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
processNetworkResult(double[] networkOutput,
double[] desiredOutput)
This method should handle processing of a single network output within an evaluation procedure
|
getResult, getThreshold, reset, setThresholdpublic static final String[] CLASS_LABELS
public void processNetworkResult(double[] networkOutput,
double[] desiredOutput)
EvaluatornetworkOutput - actual network outputdesiredOutput - desired/target network outputCopyright © 2019 Neuroph Project. All rights reserved.