|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.Encog
public final class Encog
Main Encog class, does little more than provide version information. Also used to hold the ORM session that Encog uses to work with Hibernate.
| Field Summary | |
|---|---|
static double |
DEFAULT_DOUBLE_EQUAL
Default point at which two doubles are equal. |
static int |
DEFAULT_PRECISION
The default precision to use for compares. |
static String |
ENCOG_FILE_VERSION
The encog file version. |
static String |
ENCOG_VERSION
The version of the Encog JAR we are working with. |
static String |
VERSION
The current engog version, this should be read from the properties. |
| Method Summary | |
|---|---|
EncogCL |
getCL()
|
static Encog |
getInstance()
Get the instance to the singleton. |
Map<String,String> |
getProperties()
|
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 String VERSION
public static final int DEFAULT_PRECISION
public static final double DEFAULT_DOUBLE_EQUAL
public static final String ENCOG_VERSION
public static final String ENCOG_FILE_VERSION
| Method Detail |
|---|
public static Encog getInstance()
public Map<String,String> getProperties()
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 | |||||||||