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

Packages that use PluginBase
org.neuroph.core Provides base classes and basic building components for neural networks. 
 

Uses of PluginBase in org.neuroph.core
 

Methods in org.neuroph.core that return PluginBase
 PluginBase NeuralNetwork.getPlugin(Class pluginClass)
          Returns the requested plugin
 

Methods in org.neuroph.core with parameters of type PluginBase
 void NeuralNetwork.addPlugin(PluginBase plugin)
          Adds plugin to neural network
 



Copyright © 2012. All Rights Reserved.