Neuroph

Uses of Package
org.neuroph.core.input

Packages that use org.neuroph.core.input
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.core.input Provides common neuron input functions 
org.neuroph.nnet.comp Provides components for the specific neural network models. 
 

Classes in org.neuroph.core.input used by org.neuroph.core
InputFunction
           Neuron's input function.
 

Classes in org.neuroph.core.input used by org.neuroph.core.input
SummingFunction
          Abstract base class for all summing functions, which perform some summing operation on weighted input vector and return scalar.
WeightsFunction
          Abstract base class for all weights functions, which perform some operation on neuron's input vector and weights vector and return vector.
 

Classes in org.neuroph.core.input used by org.neuroph.nnet.comp
InputFunction
           Neuron's input function.
 


Neuroph