| Package | Description |
|---|---|
| org.encog | |
| org.encog.plugin | |
| org.encog.plugin.system |
| Modifier and Type | Method and Description |
|---|---|
Collection<EncogPluginBase> |
Encog.getPlugins()
Get a list of the registered plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encog.registerPlugin(EncogPluginBase plugin)
Register a plugin.
|
void |
Encog.unregisterPlugin(EncogPluginBase plugin)
Unregister a plugin.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EncogPluginLogging1
A plugin that supports logging.
|
interface |
EncogPluginService1
A service plugin provides services, such as the creation of activation
functions, machine learning methods and training methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemActivationPlugin |
class |
SystemLoggingPlugin
This is the built-in logging plugin for Encog.
|
class |
SystemMethodsPlugin
The system machine learning methods plugin.
|
class |
SystemTrainingPlugin |
Copyright © 2014. All Rights Reserved.