|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.neurocomputing.FFNLayer
org.jscience.computing.ai.neurocomputing.FFNInputLayer
public class 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.jscience.computing.ai.neurocomputing.FFNLayer |
|---|
activate, connected, myNetwork, outputs, weights |
| Constructor Summary | |
|---|---|
FFNInputLayer(int units)
Creates a new instance of FFNInputLayer |
|
| Method Summary | |
|---|---|
int |
getUnitCount()
DOCUMENT ME! |
| Methods inherited from class org.jscience.computing.ai.neurocomputing.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()
getUnitCount in class FFNLayer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||