|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.core.input.WeightsFunction
public abstract class WeightsFunction
The WeightsFunction is abstract base class for components of neuron's InputFunction which perform some operation on neuron input vector and weight vector.
Constructor Summary | |
---|---|
WeightsFunction()
|
Method Summary | |
---|---|
abstract java.util.Vector<java.lang.Double> |
getOutput(java.util.Vector<Connection> inputs)
Returns function's output |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WeightsFunction()
Method Detail |
---|
public abstract java.util.Vector<java.lang.Double> getOutput(java.util.Vector<Connection> inputs)
inputs
- neuron's input connections
public java.lang.String toString()
toString
in class java.lang.Object
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |