Class BearingClassifierGraphics
java.lang.Object
clickTrainDetector.layout.classification.bearingClassifier.BearingClassifierGraphics
- All Implemented Interfaces:
CTClassifierGraphics
Manager for UI stuff for the bearing classifier.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorDescriptionBearingClassifierGraphics
(ClickTrainControl clickTrainControl, BearingClassifier bearingClassifier) The bearing classifier graphics. -
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
-
BearingClassifierGraphics
public BearingClassifierGraphics(ClickTrainControl clickTrainControl, BearingClassifier bearingClassifier) The bearing classifier graphics.- Parameters:
clickTrainControl
- - reference to the click train control.
-
-
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.
-