yawn.nn
Class OutputLayer

java.lang.Object
  extended by yawn.nn.Layer
      extended by yawn.nn.InputLayer
          extended by yawn.nn.OutputLayer

public class OutputLayer
extends InputLayer

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 $

Version:
$Revision: 1.4 $
Author:
Luis Martí (luis dot marti at uc3m dot es)

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

OutputLayer

public OutputLayer(int inputSize)
Parameters:
inputSize -
Method Detail

propagateToNextLayer

public void propagateToNextLayer()
Overrides:
propagateToNextLayer in class Layer
See Also:
Layer.propagateToNextLayer()


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.