org.neuroph.eval
Class ErrorEvaluator
- java.lang.Object
-
- org.neuroph.eval.ErrorEvaluator
-
-
Constructor Summary
Constructors Constructor and Description ErrorEvaluator(ErrorFunction errorFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.DoublegetResult()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()
-
-
-
Constructor Detail
-
ErrorEvaluator
public ErrorEvaluator(ErrorFunction errorFunction)
-
-
Method Detail
-
processNetworkResult
public void processNetworkResult(double[] networkOutput, double[] desiredOutput)Description copied from interface:EvaluatorThis method should handle processing of a single network output within an evaluation procedure- Specified by:
processNetworkResultin interfaceEvaluator<java.lang.Double>- Parameters:
networkOutput- actual network outputdesiredOutput- desired/target network output
-
getResult
public java.lang.Double getResult()
Description copied from interface:EvaluatorThis method should return final evaluation result
-
-
DMelt 3.0 © DataMelt by jWork.ORG