Neuroph

Uses of Package
org.neuroph.core.input

Packages that use org.neuroph.core.input
org.neuroph.core This package provides base classes and basic building components for neural networks. 
org.neuroph.core.input This package provides common neuron input functions 
org.neuroph.nnet.comp This package provides components for the specific neural network models. 
org.neuroph.util This package provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Classes in org.neuroph.core.input used by org.neuroph.core
InputFunction
           The InputFunction class represents the neuron's input function.
 

Classes in org.neuroph.core.input used by org.neuroph.core.input
SummingFunction
          The SummingFunction is abstract base class for components of neuron's InputFunction which performs some summing operation on weighted input vector and returns scalar
WeightsFunction
          The WeightsFunction is abstract base class for components of neuron's InputFunction which perform some operation on neuron input vector and weight vector.
 

Classes in org.neuroph.core.input used by org.neuroph.nnet.comp
InputFunction
           The InputFunction class represents the neuron's input function.
 

Classes in org.neuroph.core.input used by org.neuroph.util
SummingFunction
          The SummingFunction is abstract base class for components of neuron's InputFunction which performs some summing operation on weighted input vector and returns scalar
WeightsFunction
          The WeightsFunction is abstract base class for components of neuron's InputFunction which perform some operation on neuron input vector and weight vector.
 


Neuroph