|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.networks.training.cross.NetworkFold
public class NetworkFold
The network for one fold of a cross validation.
| Constructor Summary | |
|---|---|
NetworkFold(FlatNetwork flat)
Construct a fold from the specified flat network. |
|
| Method Summary | |
|---|---|
void |
copyFromNetwork(FlatNetwork source)
Copy the weights and output from the network. |
void |
copyToNetwork(FlatNetwork target)
Copy weights and output to the network. |
double[] |
getOutput()
|
double[] |
getWeights()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkFold(FlatNetwork flat)
flat - THe flat network.| Method Detail |
|---|
public final void copyToNetwork(FlatNetwork target)
target - The network to copy to.public final void copyFromNetwork(FlatNetwork source)
source - The network to copy from.public final double[] getWeights()
public final double[] getOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||