public class PluginBase extends Object implements Serializable
Constructor and Description |
---|
PluginBase() |
PluginBase(String name)
Creates an instance of plugin for neural network
|
Modifier and Type | Method and Description |
---|---|
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
|
public PluginBase()
public PluginBase(String name)
public String getName()
public NeuralNetwork<?> getParentNetwork()
public void setParentNetwork(NeuralNetwork parentNetwork)
parentNetwork
- parent network for this pluginCopyright © 2019 Neuroph Project. All rights reserved.