org.neuroph.core.input
Class WeightedInput

java.lang.Object
  extended by org.neuroph.core.input.WeightsFunction
      extended by org.neuroph.core.input.WeightedInput
All Implemented Interfaces:
java.io.Serializable

public class WeightedInput
extends WeightsFunction
implements java.io.Serializable

Calculates weighted input for neuron's InputFunction.

Author:
Zoran Sevarac
See Also:
Serialized Form

Constructor Summary
WeightedInput()
           
 
Method Summary
 java.util.Vector<java.lang.Double> getOutput(java.util.Vector<Connection> inputs)
          Returns weighted input vector.
 
Methods inherited from class org.neuroph.core.input.WeightsFunction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeightedInput

public WeightedInput()
Method Detail

getOutput

public java.util.Vector<java.lang.Double> getOutput(java.util.Vector<Connection> inputs)
Returns weighted input vector.

Specified by:
getOutput in class WeightsFunction
Parameters:
inputs - Reference to neuron's input connections.
Returns:
weighted input vector