org.neuroph.util.plugins
Class PluginBase
- java.lang.Object
-
- org.neuroph.util.plugins.PluginBase
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Classifier, ImageRecognitionPlugin
public class PluginBase extends java.lang.Object implements java.io.SerializableBase class for all neural network plugins.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PluginBase()PluginBase(java.lang.String name)Creates an instance of plugin for neural network
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetName()Returns the name of this pluginNeuralNetwork<?>getParentNetwork()Returns the parent network for this pluginvoidsetParentNetwork(NeuralNetwork parentNetwork)Sets the parent network for this plugin
-
-
-
Constructor Detail
-
PluginBase
public PluginBase()
-
PluginBase
public PluginBase(java.lang.String name)
Creates an instance of plugin for neural network
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name of this plugin- Returns:
- name of this plugin
-
getParentNetwork
public NeuralNetwork<?> getParentNetwork()
Returns the parent network for this plugin- Returns:
- parent network for this plugin
-
setParentNetwork
public void setParentNetwork(NeuralNetwork parentNetwork)
Sets the parent network for this plugin- Parameters:
parentNetwork- parent network for this plugin
-
-
DMelt 3.0 © DataMelt by jWork.ORG