T
- Return type of final evaluation resultpublic interface Evaluator<T>
Modifier and Type | Method and Description |
---|---|
T |
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() |
void processNetworkResult(double[] networkOutput, double[] desiredOutput)
networkOutput
- actual network outputdesiredOutput
- desired/target network outputT getResult()
void reset()
Copyright © 2019 Neuroph Project. All rights reserved.