Package qupath.process.gui.commands.ml
Class PixelClassifierPane
java.lang.Object
qupath.process.gui.commands.ml.PixelClassifierPane
Main user interface for interactively training a 
PixelClassifier.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleaninstallDefaultFeatureClassificationBuilder(qupath.process.gui.commands.ml.ImageDataTransformerBuilder builder) Add to the list of default feature calculator builders that will be available when this pane is opened.
- 
Constructor Details- 
PixelClassifierPaneConstructor.- Parameters:
- qupath- the current- QuPathGUIthat will be used for interactive training.
 
 
- 
- 
Method Details- 
installDefaultFeatureClassificationBuilderpublic static boolean installDefaultFeatureClassificationBuilder(qupath.process.gui.commands.ml.ImageDataTransformerBuilder builder) Add to the list of default feature calculator builders that will be available when this pane is opened.This provides a mechanism to install additional feature calculators. Note that the builder will only be added if it is not already present. - Parameters:
- builder- the builder to be installed
- Returns:
- true if the builder was added, false otherwise.
 
 
-