Package org.neuroph.core.input

Provides common neuron input functions

See:
          Description

Class Summary
And Performs logic AND operation on input vector.
Diference Performs the vector difference operation on input and weight vector.
InputFunction Neuron's input function.
Intensity Calculates the input vector intensity.
Max Performs max function on input vector
Min Performs min function on input vector
Or Performs logic OR operation on input vector.
Product Performs multiplication of all input vector elements.
Sum Performs summing of all input vector elements.
SummingFunction Abstract base class for all summing functions, which perform some summing operation on weighted input vector and return scalar.
SumSqr Calculates squared sum of all input vector elements.
WeightedInput Calculates weighted input for neuron's InputFunction.
WeightsFunction Abstract base class for all weights functions, which perform some operation on neuron's input vector and weights vector and return vector.
 

Package org.neuroph.core.input Description

Provides common neuron input functions