|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.piconode.core.operator.Operator
simbad.piconode.core.operator.ActivationFunction
public abstract class ActivationFunction
This class defines the prototype for any activation function, usually used in the context of artificial neural networks
Constructor Summary | |
---|---|
ActivationFunction()
|
Method Summary | |
---|---|
abstract double |
applyFunction(double __value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivationFunction()
Method Detail |
---|
public abstract double applyFunction(double __value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |