Neuroph

Uses of Class
org.neuroph.core.input.WeightsFunction

Packages that use WeightsFunction
org.neuroph.core.input Provides common neuron input functions 
 

Uses of WeightsFunction in org.neuroph.core.input
 

Subclasses of WeightsFunction in org.neuroph.core.input
 class Diference
          Performs the vector difference operation on input and weight vector.
 class WeightedInput
          Calculates weighted input for neuron's InputFunction.
 

Methods in org.neuroph.core.input that return WeightsFunction
 WeightsFunction InputFunction.getWeightsFunction()
          Returns weights functioncomponent of this InputFunction
 

Constructors in org.neuroph.core.input with parameters of type WeightsFunction
InputFunction(WeightsFunction weightsFunction, SummingFunction summingFunction)
          Creates an instance of input function with specified weights and summing function
 


Neuroph