Documentation of 'org.neuroph.util.plugins.PluginBase' Java class
PluginBase
org.neuroph.util.plugins

Class PluginBase

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Classifier, ImageRecognitionPlugin


    public class PluginBase
    extends java.lang.Object
    implements java.io.Serializable
    Base 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
    • 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

You see the box below because you did not login.