|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncogPluginBase | |
|---|---|
| org.encog | |
| org.encog.plugin | |
| org.encog.plugin.system | |
| Uses of EncogPluginBase in org.encog |
|---|
| Methods in org.encog that return types with arguments of type EncogPluginBase | |
|---|---|
Collection<EncogPluginBase> |
Encog.getPlugins()
Get a list of the registered plugins. |
| Methods in org.encog with parameters of type EncogPluginBase | |
|---|---|
void |
Encog.registerPlugin(EncogPluginBase plugin)
Register a plugin. |
void |
Encog.unregisterPlugin(EncogPluginBase plugin)
Unregister a plugin. |
| Uses of EncogPluginBase in org.encog.plugin |
|---|
| Subinterfaces of EncogPluginBase in org.encog.plugin | |
|---|---|
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. |
| Uses of EncogPluginBase in org.encog.plugin.system |
|---|
| Classes in org.encog.plugin.system that implement EncogPluginBase | |
|---|---|
class |
SystemActivationPlugin
|
class |
SystemLoggingPlugin
This is the built-in logging plugin for Encog. |
class |
SystemMethodsPlugin
The system machine learning methods plugin. |
class |
SystemTrainingPlugin
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||