|
|||||||||
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
Abstract base class for all weights functions, which perform some operation on neuron's input vector and weights vector and return vector. WeightsFunction is subcomponents of InputFunction.
InputFunction
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |