|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.neat4j.neat.nn.core.functions.LinearFunction
public class LinearFunction
| Constructor Summary | |
|---|---|
LinearFunction()
|
|
| 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 LinearFunction()
| Method Detail |
|---|
public double activate(double neuronIp)
activate in interface ActivationFunctionpublic double derivative(double neuronIp)
derivative in interface ActivationFunction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||