|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yawn.nn.Layer yawn.nn.InputLayer yawn.nn.OutputLayer
public class OutputLayer
An output layer. Its a tag class made with clarity in mind. $Id: OutputLayer.java,v 1.4 2005/04/07 17:28:28 supermarti Exp $
Field Summary |
---|
Fields inherited from class yawn.nn.InputLayer |
---|
input |
Fields inherited from class yawn.nn.Layer |
---|
adapting, inputSize, nextLayer, units |
Constructor Summary | |
---|---|
OutputLayer(int inputSize)
|
Method Summary | |
---|---|
void |
propagateToNextLayer()
|
Methods inherited from class yawn.nn.InputLayer |
---|
getActivations, propagateToNode, setInput |
Methods inherited from class yawn.nn.Layer |
---|
connectWith, getInputSize, getNodes, isAdapting, output, reset, setAdapting, setInputSize, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputLayer(int inputSize)
inputSize
- Method Detail |
---|
public void propagateToNextLayer()
propagateToNextLayer
in class Layer
Layer.propagateToNextLayer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |