Documentation For Encog 2.x

NetworkCODEC.NetworkToArray Method

Convert to an array. This is used with some training algorithms that require that the "memory" of the neuron(the weight and threshold values) be expressed as a linear array.

public static double[] NetworkToArray(
   BasicNetwork network
);

Parameters

network
The network to encode.

Return Value

The memory of the neuron.

See Also

NetworkCODEC Class | Encog.Neural.Networks Namespace