|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.networks.NeuralOutputHolder
public class NeuralOutputHolder
Holds the output from each layer of the neural network. This is very useful for the propagation algorithms that need to examine the output of each individual layer.
| Constructor Summary | |
|---|---|
NeuralOutputHolder()
Construct an empty holder. |
|
| Method Summary | |
|---|---|
NeuralData |
getOutput()
|
java.util.Map<Synapse,NeuralData> |
getResult()
|
void |
setOutput(NeuralData output)
Set the output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NeuralOutputHolder()
| Method Detail |
|---|
public NeuralData getOutput()
public java.util.Map<Synapse,NeuralData> getResult()
public void setOutput(NeuralData output)
output - The new output.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||