| Constructor and Description |
|---|
ErrorEvaluator(ErrorFunction errorFunction) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getResult()
This method should return final evaluation result
|
void |
processNetworkResult(double[] networkOutput,
double[] desiredOutput)
This method should handle processing of a single network output within an evaluation procedure
|
void |
reset() |
public ErrorEvaluator(ErrorFunction errorFunction)
public void processNetworkResult(double[] networkOutput,
double[] desiredOutput)
EvaluatorprocessNetworkResult in interface Evaluator<Double>networkOutput - actual network outputdesiredOutput - desired/target network outputpublic Double getResult()
EvaluatorCopyright © 2019 Neuroph Project. All rights reserved.