Documentation For Encog 2.x

NetworkCODEC.ArrayToNetwork Method

Use an array to populate the memory of the neural network.

public static void ArrayToNetwork(
   double[] array,
   BasicNetwork network
);

Parameters

array
An array of doubles.
network
The network to encode.

See Also

NetworkCODEC Class | Encog.Neural.Networks Namespace