|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neat4j.neat.nn.core.functions.SigmoidFunction
public class SigmoidFunction
Constructor Summary | |
---|---|
SigmoidFunction()
|
|
SigmoidFunction(double factor)
|
Method Summary | |
---|---|
double |
activate(double neuronIp)
Returns +/- 1 |
double |
derivative(double neuronIp)
|
void |
setFactor(double mod)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SigmoidFunction()
public SigmoidFunction(double factor)
Method Detail |
---|
public double activate(double neuronIp)
activate
in interface ActivationFunction
org.neat4j.ailibrary.nn.core.ActivationFunction#activate(double)
public double derivative(double neuronIp)
derivative
in interface ActivationFunction
public void setFactor(double mod)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |