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
ConstructorsConstructorDescriptionBearingClassifierGraphics(ClickTrainControl clickTrainControl, BearingClassifier bearingClassifier) The bearing classifier graphics. -
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
-
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: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.
-