|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyawn.nn.NeuralNode
yawn.nn.mlp.PerceptronNode
yawn.nn.mlp.SigmoidNode
public class SigmoidNode
$Id: SigmoidNode.java,v 1.7 2005/04/07 17:28:07 supermarti Exp $
| Field Summary |
|---|
| Fields inherited from class yawn.nn.mlp.PerceptronNode |
|---|
maxWeightValue, minWeightValue, momentum, weights |
| Fields inherited from class yawn.nn.NeuralNode |
|---|
input, inputSize |
| Constructor Summary | |
|---|---|
SigmoidNode()
|
|
SigmoidNode(int inputSize)
|
|
| Method Summary | |
|---|---|
protected double |
df(double x)
|
protected double |
f(double x)
|
| Methods inherited from class yawn.nn.mlp.PerceptronNode |
|---|
activationFunction, adapt, calculateHiddenLayerDelta, calculateOutputLayerDelta, getMaxWeightValue, getMinWeightValue, getWeights, setInputSize, setMaxWeightValue, setMinWeightValue, setWeights |
| Methods inherited from class yawn.nn.NeuralNode |
|---|
getInputSize, output, reset, setInput, setInputElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SigmoidNode(int inputSize)
inputSize - public SigmoidNode()
| Method Detail |
|---|
protected double df(double x)
df in class PerceptronNodeprotected double f(double x)
f in class PerceptronNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||