org.encog.neural.networks.training.cross
public class NetworkFold extends Object
Constructor and Description |
---|
NetworkFold(FlatNetwork flat)
Construct a fold from the specified flat network.
|
Modifier and Type | Method and Description |
---|---|
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() |
public NetworkFold(FlatNetwork flat)
flat
- THe flat network.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()
Copyright © 2014. All Rights Reserved.