- All Implemented Interfaces:
Runnable
public class CreateCompositeClassifierCommand
extends Object
implements Runnable
Command to create a composite classifier by merging together two or more other classifiers.
- Author:
- Pete Bankhead
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreateCompositeClassifierCommand
public CreateCompositeClassifierCommand(QuPathGUI qupath)
Constructor.
- Parameters:
qupath
-
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable