|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginBase | |
---|---|
org.neuroph.core | This package provides base classes and basic building components for neural networks. |
org.neuroph.util.plugins | This package provides various plugins for neural networks. |
Uses of PluginBase in org.neuroph.core |
---|
Fields in org.neuroph.core with type parameters of type PluginBase | |
---|---|
private java.util.Map<java.lang.String,PluginBase> |
NeuralNetwork.plugins
Plugins collection |
Methods in org.neuroph.core that return PluginBase | |
---|---|
PluginBase |
NeuralNetwork.getPlugin(java.lang.String pluginName)
Returns the requested plugin |
Methods in org.neuroph.core with parameters of type PluginBase | |
---|---|
void |
NeuralNetwork.addPlugin(PluginBase plugin)
Adds plugin to neural network |
Uses of PluginBase in org.neuroph.util.plugins |
---|
Subclasses of PluginBase in org.neuroph.util.plugins | |
---|---|
class |
LabelsPlugin
|
|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |