Documentation For Encog 2.x

PruneIncremental.NetworkToString Method

Format the network as a human readable string that lists the hidden layers. @param network The network to format. @return A human readable string.

public static string NetworkToString(
   BasicNetwork network
);

See Also

PruneIncremental Class | Encog.Neural.Networks.Prune Namespace