Uses of Class
org.encog.engine.util.ErrorCalculationMode

Packages that use ErrorCalculationMode
org.encog.engine.util   
 

Uses of ErrorCalculationMode in org.encog.engine.util
 

Methods in org.encog.engine.util 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.engine.util with parameters of type ErrorCalculationMode
static void ErrorCalculation.setMode(ErrorCalculationMode mode)
          Set the error calculation mode, this is static and therefore global to all Enocg training.
 



Copyright © 2011. All Rights Reserved.