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.PanePane with settings specific to the click train classifierCalled to save the parameters from the settings pane.voidsetParams(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.
 
 -