|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.input.WeightsFunction
org.neuroph.core.input.WeightedInput
public class WeightedInput
Calculates weighted input for neuron's InputFunction.
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 |
---|
public WeightedInput()
Method Detail |
---|
public java.util.Vector<java.lang.Double> getOutput(java.util.Vector<Connection> inputs)
getOutput
in class WeightsFunction
inputs
- Reference to neuron's input connections.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |