The methods of the PruneIncremental class are listed below. For a complete list of PruneIncremental class members, see the PruneIncremental Members topic.
![]() NetworkToString | Format the network as a human readable string that lists the hidden layers. |
AddHiddenLayer | Add 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) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
PruneIncremental Class | Encog.Neural.Networks.Prune Namespace