yawn.nn
Class InputLayer

java.lang.Object
  extended by yawn.nn.Layer
      extended by yawn.nn.InputLayer
Direct Known Subclasses:
OutputLayer

public class InputLayer
extends Layer

An input (more or less dummy) layer. $Id: InputLayer.java,v 1.3 2005/04/07 17:28:28 supermarti Exp $

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

Field Summary
protected  Pattern input
           
 
Fields inherited from class yawn.nn.Layer
adapting, inputSize, nextLayer, units
 
Constructor Summary
protected InputLayer()
           
  InputLayer(Layer nextLayer, int inputSize)
           
 
Method Summary
protected  Pattern getActivations()
           
 void propagateToNode(int index)
           
 void setInput(Pattern p)
           
 
Methods inherited from class yawn.nn.Layer
connectWith, getInputSize, getNodes, isAdapting, output, propagateToNextLayer, reset, setAdapting, setInputSize, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected Pattern input
Constructor Detail

InputLayer

protected InputLayer()

InputLayer

public InputLayer(Layer nextLayer,
                  int inputSize)
Method Detail

setInput

public void setInput(Pattern p)
Overrides:
setInput in class Layer

getActivations

protected Pattern getActivations()
Overrides:
getActivations in class Layer

propagateToNode

public void propagateToNode(int index)


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