Neuroph

Package org.neuroph.core.input

This package provides common neuron input functions

See:
          Description

Class Summary
And The And class performs logic AND operation on input Vector.
Diference The Diference class performs the vector difference operation on input and weight vector.
InputFunction The InputFunction class represents the neuron's input function.
Intensity The Intensity class provides method for calculating the Vector intensity.
Max The Max class performs max() function on input Vector
Min The Min class performs min() function on input Vector
Or The Or class performs logic OR operation on input Vector.
Product The Product class provide method for multiplying all input Vector elements.
Sum The class Sum provides method to sum all input vector elements.
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
SumSqr The class SumSqr provides method which return squared sum of all input vector elements.
WeightedInput The WeightedInput class implements weighted input operation for neuron InputFunction.
WeightsFunction The WeightsFunction is abstract base class for components of neuron's InputFunction which perform some operation on neuron input vector and weight vector.
 

Package org.neuroph.core.input Description

This package provides common neuron input functions


Neuroph