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)
Evaluator
processNetworkResult
in interface Evaluator<Double>
networkOutput
- actual network outputdesiredOutput
- desired/target network outputpublic Double getResult()
Evaluator
Copyright © 2019 Neuroph Project. All rights reserved.