|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.generation5.nn.FFNLayer
org.generation5.nn.FFNInputLayer
This class implements the input layer for the feedforward network.
| Field Summary | |
protected int |
numUnits
The number of units in this layer. |
| Fields inherited from class org.generation5.nn.FFNLayer |
activate, connected, myNetwork, outputs, weights |
| Constructor Summary | |
FFNInputLayer(int units)
Creates a new instance of FFNInputLayer |
|
| Method Summary | |
int |
getUnitCount()
Get the number of units in this layer. |
| Methods inherited from class org.generation5.nn.FFNLayer |
connectWith, getOutput, randomizeWeights, run, setNetwork, setWeights, setWeights |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int numUnits
| Constructor Detail |
public FFNInputLayer(int units)
units - the number of units in this input layer.| Method Detail |
public int getUnitCount()
FFNLayer
getUnitCount in class FFNLayer
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||