|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.engine.EncogEngine
public class EncogEngine
The Encog Engine. The Engine forms the core of Encog's neural network calculation and training.
| Field Summary | |
|---|---|
static double |
DEFAULT_ZERO_TOLERANCE
The default zero tolerance. |
| Constructor Summary | |
|---|---|
EncogEngine()
|
|
| Method Summary | |
|---|---|
EncogCL |
getCL()
|
static EncogEngine |
getInstance()
Get the instance to the singleton. |
void |
initCL()
Enable OpenCL processing. |
void |
shutdown()
Provides any shutdown that Encog may need. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double DEFAULT_ZERO_TOLERANCE
| Constructor Detail |
|---|
public EncogEngine()
| Method Detail |
|---|
public static EncogEngine getInstance()
public void initCL()
public void shutdown()
public EncogCL getCL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||