org.neuroph.eval
Interface Evaluator<T>
-
- Type Parameters:
T- Return type of final evaluation result
- All Known Implementing Classes:
- ClassifierEvaluator, ClassifierEvaluator.Binary, ClassifierEvaluator.MultiClass, ErrorEvaluator
public interface Evaluator<T>Generic interface for all types of evaluators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description TgetResult()This method should return final evaluation resultvoidprocessNetworkResult(double[] networkOutput, double[] desiredOutput)This method should handle processing of a single network output within an evaluation procedurevoidreset()
-
-
-
Method Detail
-
processNetworkResult
void processNetworkResult(double[] networkOutput, double[] desiredOutput)This method should handle processing of a single network output within an evaluation procedure- Parameters:
networkOutput- actual network outputdesiredOutput- desired/target network output
-
getResult
T getResult()
This method should return final evaluation result- Returns:
- final evaluation result
-
reset
void reset()
-
-
DMelt 3.0 © DataMelt by jWork.ORG