|
||||||||||
| 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 String |
COPYRIGHT
The current engog version, this should be read from the properties. |
static double |
DEFAULT_DOUBLE_EQUAL
Default point at which two doubles are equal. |
static String |
DEFAULT_ENCODING
The default encoding used by Encog. |
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 |
LICENSE
The current engog version, this should be read from the properties. |
static String |
VERSION
The current engog version, this should be read from the properties. |
| Method Summary | |
|---|---|
void |
addShutdownTask(EncogShutdownTask task)
Add a shutdown task. |
static Encog |
getInstance()
Get the instance to the singleton. |
EncogPluginLogging1 |
getLoggingPlugin()
|
Collection<EncogPluginBase> |
getPlugins()
Get a list of the registered plugins. |
Map<String,String> |
getProperties()
|
RandomFactory |
getRandomFactory()
|
static boolean |
isOSX()
|
void |
registerPlugin(EncogPluginBase plugin)
Register a plugin. |
void |
removeShutdownTask(EncogShutdownTask task)
Remove a shutdown task. |
void |
setRandomFactory(RandomFactory randomFactory)
|
void |
shutdown()
Provides any shutdown that Encog may need. |
void |
unregisterPlugin(EncogPluginBase plugin)
Unregister a plugin. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_ENCODING
public static final String VERSION
public static final String COPYRIGHT
public static final String LICENSE
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 registerPlugin(EncogPluginBase plugin)
plugin - The plugin to register.public void unregisterPlugin(EncogPluginBase plugin)
plugin - The plugin.public void shutdown()
public EncogPluginLogging1 getLoggingPlugin()
public Collection<EncogPluginBase> getPlugins()
public static boolean isOSX()
public RandomFactory getRandomFactory()
public void setRandomFactory(RandomFactory randomFactory)
randomFactory - the randomFactory to setpublic void addShutdownTask(EncogShutdownTask task)
task - The shutdown task.public void removeShutdownTask(EncogShutdownTask task)
task - The shutdown task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||