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
ConstructorDescriptionRunSavedClassifierWorkflowStep
(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:WorkflowStep
Get the name of the workflow step.- Specified by:
getName
in interfaceWorkflowStep
- Returns:
-
getParameterMap
Description copied from interface:WorkflowStep
Get a map of parameters required for this step.- Specified by:
getParameterMap
in interfaceWorkflowStep
- Returns:
-
toString
-
getScript
Description copied from interface:ScriptableWorkflowStep
Get one or more script lines that may be used to apply the step.- Specified by:
getScript
in interfaceScriptableWorkflowStep
- Returns:
-