Package qupath.lib.plugins.workflow
Class RunSavedClassifierWorkflowStep
java.lang.Object
qupath.lib.plugins.workflow.RunSavedClassifierWorkflowStep
- All Implemented Interfaces:
Serializable,ScriptableWorkflowStep,WorkflowStep
WorkflowStep for running a saved PathObjectClassifier.
- Author:
- Pete Bankhead
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunSavedClassifierWorkflowStep(String classifierPath) Constructor, taking the path to the serialized classifier.RunSavedClassifierWorkflowStep(String name, String classifierPath) Create a workflow step to run a classifier. -
Method Summary
-
Constructor Details
-
RunSavedClassifierWorkflowStep
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
Constructor, taking the path to the serialized classifier.- Parameters:
classifierPath-
-
-
Method Details
-
getName
Description copied from interface:WorkflowStepGet the name of the workflow step.- Specified by:
getNamein interfaceWorkflowStep- Returns:
-
getParameterMap
Description copied from interface:WorkflowStepGet a map of parameters required for this step.- Specified by:
getParameterMapin interfaceWorkflowStep- Returns:
-
toString
-
getScript
Description copied from interface:ScriptableWorkflowStepGet one or more script lines that may be used to apply the step.- Specified by:
getScriptin interfaceScriptableWorkflowStep- Returns:
-