Neuroph

Uses of Class
org.neuroph.util.plugins.PluginBase

Packages that use PluginBase
org.neuroph.contrib.imgrec Provides classes for image recognition with neural networks. 
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.util.plugins Provides various plugins for neural networks. 
 

Uses of PluginBase in org.neuroph.contrib.imgrec
 

Subclasses of PluginBase in org.neuroph.contrib.imgrec
 class ImageRecognitionPlugin
          Provides image recognition specific properties like sampling resolution, and easy to use image recognition interface for neural network.
 

Uses of PluginBase in org.neuroph.core
 

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
          Provides labeling of all neural network components
 


Neuroph