Documentation For Encog 2.x

PruneIncremental Methods

The methods of the PruneIncremental class are listed below. For a complete list of PruneIncremental class members, see the PruneIncremental Members topic.

Public Static Methods

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

Public Instance Methods

AddHiddenLayerAdd a hidden layer's min and max. Call this once per hidden layer. Specify a zero min if it is possible to remove this hidden layer. @param min The minimum number of neurons for this layer. @param max The maximum number of neurons for this layer.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
LoadWorkload Load all workloads, calculate how many networks we will examine.
PerformJobUnit Evaluate one network.
Process Begin process and find a good network.
ReportStatus (inherited from ConcurrentJob) Recieve status reports.
RequestNextTask Request the next task, the next network to try.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

PruneIncremental Class | Encog.Neural.Networks.Prune Namespace