Class StandardClassifierGraphics
java.lang.Object
clickTrainDetector.layout.classification.standardClassifier.StandardClassifierGraphics
- All Implemented Interfaces:
CTClassifierGraphics
Handles the GUI for the standard click train classifier.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorsConstructorDescriptionStandardClassifierGraphics(ClickTrainControl clickTrainControl, StandardClassifier standardClassifier) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.PanePane with settings specific to the click train classifierCalled to save the parameters from the settings pane.voidsetParams(CTClassifierParams params) Set the parameters.
-
Constructor Details
-
StandardClassifierGraphics
public StandardClassifierGraphics(ClickTrainControl clickTrainControl, StandardClassifier standardClassifier)
-
-
Method Details
-
getCTClassifierPane
public javafx.scene.layout.Pane getCTClassifierPane()Description copied from interface:CTClassifierGraphicsPane with settings specific to the click train classifier- Specified by:
getCTClassifierPanein interfaceCTClassifierGraphics- Returns:
- - the pane for click train algorithm settings.
-
getParams
Description copied from interface:CTClassifierGraphicsCalled to save the parameters from the settings pane.- Specified by:
getParamsin interfaceCTClassifierGraphics
-
setParams
Description copied from interface:CTClassifierGraphicsSet the parameters.- Specified by:
setParamsin interfaceCTClassifierGraphics- Parameters:
params- - the parameters for a classifier.
-