Documentation of 'org.encog.neural.networks.training.cross.NetworkFold' Java class
NetworkFold
org.encog.neural.networks.training.cross

Class NetworkFold



  • public class NetworkFold
    extends java.lang.Object
    The network for one fold of a cross validation.
    • Constructor Detail

      • NetworkFold

        public NetworkFold(FlatNetwork flat)
        Construct a fold from the specified flat network.
        Parameters:
        flat - THe flat network.
    • Method Detail

      • copyToNetwork

        public final void copyToNetwork(FlatNetwork target)
        Copy weights and output to the network.
        Parameters:
        target - The network to copy to.
      • copyFromNetwork

        public final void copyFromNetwork(FlatNetwork source)
        Copy the weights and output from the network.
        Parameters:
        source - The network to copy from.
      • getWeights

        public final double[] getWeights()
        Returns:
        The network weights.
      • getOutput

        public final double[] getOutput()
        Returns:
        The network output.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.