Documentation For Encog 2.x

PruneIncremental.NetworkToString Method

Format the network as a human readable string that lists the hidden layers.

public static string NetworkToString(
   BasicNetwork network
);

Parameters

network
The network to format.

Return Value

A human readable string.

See Also

PruneIncremental Class | Encog.Neural.Networks.Prune Namespace