|
|||||||||
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.Diference
public class Diference
Performs the vector difference operation on input and weight vector.
Constructor Summary | |
---|---|
Diference()
|
Method Summary | |
---|---|
java.util.Vector<java.lang.Double> |
getOutput(java.util.Vector<Connection> inputConnections)
Returns function's output |
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 Diference()
Method Detail |
---|
public java.util.Vector<java.lang.Double> getOutput(java.util.Vector<Connection> inputConnections)
WeightsFunction
getOutput
in class WeightsFunction
inputConnections
- neuron's input connections
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |