|
The Encog Project | ||||||||
| 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 int |
DEFAULT_PRECISION
The default precision to use for compares. |
static java.lang.String |
ENCOG_FILE_VERSION
The encog file version. |
static java.lang.String |
ENCOG_VERSION
The version of the Encog JAR we are working with. |
static java.lang.String |
VERSION
The current engog version, this should be read from the properties. |
| Method Summary | |
|---|---|
static Encog |
getInstance()
Get the instance to the singleton. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VERSION
public static final int DEFAULT_PRECISION
public static final java.lang.String ENCOG_VERSION
public static final java.lang.String ENCOG_FILE_VERSION
| Method Detail |
|---|
public static Encog getInstance()
public java.util.Map<java.lang.String,java.lang.String> getProperties()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||