| Package | Description |
|---|---|
| org.encog.mathutil.error |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.