Class IDIClassifierGraphics
java.lang.Object
clickTrainDetector.layout.classification.idiClassifier.IDIClassifierGraphics
- All Implemented Interfaces:
CTClassifierGraphics
The IDI classifier graphics. Has controls for the IDI classifier.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorsConstructorDescriptionIDIClassifierGraphics(ClickTrainControl clickTrainControl, IDIClassifier idiClassifier) -
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
-
IDIClassifierGraphics
-
-
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.
-