|
|||||||||
| 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.FFNOutputLayer
public class FFNOutputLayer
This class implements the output layer for the feedforward network.
| Field Summary |
|---|
| Fields inherited from class org.jscience.computing.ai.neurocomputing.FFNLayer |
|---|
activate, connected, myNetwork, outputs, weights |
| Constructor Summary | |
|---|---|
FFNOutputLayer()
Creates a new instance of FFNOutputLayer |
|
| 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 |
| Constructor Detail |
|---|
public FFNOutputLayer()
| 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 | ||||||||