| 
 | ||||||||||
| 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.LinearNode
public class LinearNode
A linear output node. $Id: LinearNode.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 | |
|---|---|
| LinearNode() | |
| LinearNode(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 LinearNode(int inputSize)
inputSize - public LinearNode()
| Method Detail | 
|---|
protected double f(double x)
f in class PerceptronNodeprotected double df(double x)
df in class PerceptronNode| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||