The Encog Project

org.encog.neural.prune
Class IncrementalWorker

java.lang.Object
  extended by org.encog.neural.prune.IncrementalWorker
All Implemented Interfaces:
java.lang.Runnable, EncogTask

public class IncrementalWorker
extends java.lang.Object
implements EncogTask

A worker for the incremental pruning process. This allows the pruning process to be multithreaded.

Author:
jheaton

Constructor Summary
IncrementalWorker()
           
 
Method Summary
 void run()
          Perform the next task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalWorker

public IncrementalWorker()
Method Detail

run

public void run()
Perform the next task.

Specified by:
run in interface java.lang.Runnable

The Encog Project