|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.learning.neural.LogSigActivationFunction
public class LogSigActivationFunction
Constructor Summary | |
---|---|
LogSigActivationFunction()
|
Method Summary | |
---|---|
double |
activation(double parameter)
|
double |
deriv(double parameter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogSigActivationFunction()
Method Detail |
---|
public double activation(double parameter)
activation
in interface ActivationFunction
public double deriv(double parameter)
deriv
in interface ActivationFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |