|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuroph.util.plugins.PluginBase
public class PluginBase
Base class for all neural network plugins.
| Constructor Summary | |
|---|---|
PluginBase()
|
|
PluginBase(String name)
Creates an instance of plugin for neural network |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this plugin |
NeuralNetwork |
getParentNetwork()
Returns the parent network for this plugin |
void |
setParentNetwork(NeuralNetwork parentNetwork)
Sets the parent network for this plugin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginBase()
public PluginBase(String name)
| Method Detail |
|---|
public String getName()
public NeuralNetwork getParentNetwork()
public void setParentNetwork(NeuralNetwork parentNetwork)
parentNetwork - parent network for this plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||