Documentation For Encog 2.x

PruneIncremental Constructor

Construct an object to determine the optimal number of hidden layers and neurons for the specified training data and pattern. @param training The training data to use. @param pattern The network pattern to use to solve this data. @param iterations How many iterations to try per network. @param report Object used to report status to.

PruneIncremental(
   INeuralDataSet training,
   INeuralNetworkPattern pattern,
   int iterations,
   StatusReportable report
);

See Also

PruneIncremental Class | Encog.Neural.Networks.Prune Namespace