Class RunSavedClassifierWorkflowStep

java.lang.Object
qupath.lib.plugins.workflow.RunSavedClassifierWorkflowStep
All Implemented Interfaces:
Serializable, ScriptableWorkflowStep, WorkflowStep

public class RunSavedClassifierWorkflowStep extends Object implements ScriptableWorkflowStep
WorkflowStep for running a saved PathObjectClassifier.
Author:
Pete Bankhead
See Also:
  • Constructor Details

    • RunSavedClassifierWorkflowStep

      public RunSavedClassifierWorkflowStep(String name, String classifierPath)
      Create a workflow step to run a classifier.
      Parameters:
      name - step name for display, to identify the purpose of the step (not the classifier)
      classifierPath - path to the serialized classifier
    • RunSavedClassifierWorkflowStep

      public RunSavedClassifierWorkflowStep(String classifierPath)
      Constructor, taking the path to the serialized classifier.
      Parameters:
      classifierPath -
  • Method Details