Interface CTClassifierGraphics
- All Known Implementing Classes:
BearingClassifierGraphics
,CTTemplateClassifiersGraphics
,IDIClassifierGraphics
,SimpleCTClassifierGraphics
,StandardClassifierGraphics
public interface CTClassifierGraphics
Handles GUI for the classifier algorithms.
- Author:
- Jamie Macaulay
-
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.
-
Method Details
-
getCTClassifierPane
javafx.scene.layout.Pane getCTClassifierPane()Pane with settings specific to the click train classifier- Returns:
- - the pane for click train algorithm settings.
-
getParams
CTClassifierParams getParams()Called to save the parameters from the settings pane. -
setParams
Set the parameters.- Parameters:
params
- - the parameters for a classifier.
-