Class SimpleCTClassifierPane
java.lang.Object
PamController.SettingsPane<Chi2ThresholdParams>
clickTrainDetector.layout.classification.simplechi2classifier.SimpleCTClassifierPane
The simple chi^2 classifier pane.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSimpleCTClassifierPane(Chi2ThresholdClassifier simpleChi2Classifier) SimpleCTClassifierPane(Chi2ThresholdClassifier simpleChi2Classifier, javafx.geometry.Orientation orientation)  - 
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.NodeGet node for GUI change of settings.javafx.scene.layout.PaneGet the main pane.getName()Get the name of the pane.getParams(Chi2ThresholdParams currParams) Get settings from the pane.voidCalled when settings pane is first initialised.voidsetParams(Chi2ThresholdParams input) Called whenever the pane is first shown/open to set pane to show current settings.voidCreates pane allowing the user to change fine scale things such as error limits.Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow 
- 
Constructor Details
- 
SimpleCTClassifierPane
 - 
SimpleCTClassifierPane
public SimpleCTClassifierPane() - 
SimpleCTClassifierPane
public SimpleCTClassifierPane(Chi2ThresholdClassifier simpleChi2Classifier, javafx.geometry.Orientation orientation)  
 - 
 - 
Method Details
- 
showDataSelectorPane
public void showDataSelectorPane()Creates pane allowing the user to change fine scale things such as error limits. - 
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
 getParamsin classSettingsPane<Chi2ThresholdParams>- Returns:
 - settings class
 
 - 
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
 setParamsin classSettingsPane<Chi2ThresholdParams>- Parameters:
 input- - current settings class.
 - 
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
 getNamein classSettingsPane<Chi2ThresholdParams>- Returns:
 - name of the pane
 
 - 
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
 getContentNodein classSettingsPane<Chi2ThresholdParams>
 - 
getMainPane
public javafx.scene.layout.Pane getMainPane()Get the main pane.- Returns:
 - the main pane.
 
 - 
paneInitialized
public void paneInitialized()Description copied from class:SettingsPaneCalled when settings pane is first initialised. This can be used if for example, a the size of a pane is needed for a param. (Sizes are only initialised when Nodes are shown);- Specified by:
 paneInitializedin classSettingsPane<Chi2ThresholdParams>
 
 -