Neuroph

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

Packages that use WeightsFunction
org.neuroph.core.input This package provides common neuron input functions 
org.neuroph.util This package provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of WeightsFunction in org.neuroph.core.input
 

Subclasses of WeightsFunction in org.neuroph.core.input
 class Diference
          The Diference class performs the vector difference operation on input and weight vector.
 class WeightedInput
          The WeightedInput class implements weighted input operation for neuron InputFunction.
 

Fields in org.neuroph.core.input declared as WeightsFunction
private  WeightsFunction InputFunction.weightsFunction
          Weights function component of the input function.
 

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
 

Uses of WeightsFunction in org.neuroph.util
 

Methods in org.neuroph.util that return WeightsFunction
private static WeightsFunction NeuronFactory.createWeightsFunction(WeightsFunctionType weightsFunctionType)
          Kreira funkciju mreznog ulaza.
 


Neuroph