Class CreateCompositeClassifierCommand

java.lang.Object
qupath.process.gui.commands.CreateCompositeClassifierCommand
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 Details

    • CreateCompositeClassifierCommand

      public CreateCompositeClassifierCommand(QuPathGUI qupath)
      Constructor.
      Parameters:
      qupath -
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable