Class SimpleCTClassifierGraphics
java.lang.Object
clickTrainDetector.layout.classification.simplechi2classifier.SimpleCTClassifierGraphics
- All Implemented Interfaces:
CTClassifierGraphics
Simple classifier graphics.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Pane with settings specific to the click train classifierCalled to save the parameters from the settings pane.void
setParams
(CTClassifierParams params) Set the parameters.
-
Constructor Details
-
SimpleCTClassifierGraphics
-
-
Method Details
-
getCTClassifierPane
public javafx.scene.layout.Pane getCTClassifierPane()Description copied from interface:CTClassifierGraphics
Pane with settings specific to the click train classifier- Specified by:
getCTClassifierPane
in interfaceCTClassifierGraphics
- Returns:
- - the pane for click train algorithm settings.
-
getParams
Description copied from interface:CTClassifierGraphics
Called to save the parameters from the settings pane.- Specified by:
getParams
in interfaceCTClassifierGraphics
-
setParams
Description copied from interface:CTClassifierGraphics
Set the parameters.- Specified by:
setParams
in interfaceCTClassifierGraphics
- Parameters:
params
- - the parameters for a classifier.
-