Uses of Class
org.encog.mathutil.error.ErrorCalculationMode

Packages that use ErrorCalculationMode
org.encog.mathutil.error   
 

Uses of ErrorCalculationMode in org.encog.mathutil.error
 

Methods in org.encog.mathutil.error that return ErrorCalculationMode
static ErrorCalculationMode ErrorCalculation.getMode()
          get the error calculation mode, this is static and therefore global to all Enocg training.
static ErrorCalculationMode ErrorCalculationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorCalculationMode[] ErrorCalculationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.mathutil.error with parameters of type ErrorCalculationMode
static void ErrorCalculation.setMode(ErrorCalculationMode theMode)
          Set the error calculation mode, this is static and therefore global to all Enocg training.
 



Copyright © 2014. All Rights Reserved.