|
||||||||||
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
public class InputLayer
An input (more or less dummy) layer. $Id: InputLayer.java,v 1.3 2005/04/07 17:28:28 supermarti Exp $
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 |
---|
protected Pattern input
Constructor Detail |
---|
protected InputLayer()
public InputLayer(Layer nextLayer, int inputSize)
Method Detail |
---|
public void setInput(Pattern p)
setInput
in class Layer
protected Pattern getActivations()
getActivations
in class Layer
public void propagateToNode(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |