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