Uses of Class
clickTrainDetector.ClickTrainParams
Packages that use ClickTrainParams
Package
Description
- 
Uses of ClickTrainParams in clickTrainDetector
Methods in clickTrainDetector that return ClickTrainParamsModifier and TypeMethodDescriptionprotected ClickTrainParamsClickTrainParams.clone()ClickTrainControl.getClickTrainParams()Get click train parameters.Methods in clickTrainDetector with parameters of type ClickTrainParamsModifier and TypeMethodDescriptionvoidClickTrainControl.setClickTrainParams(ClickTrainParams clickTrainParams) voidCTLocalisationProcess.setTMlocParams(ClickTrainParams clickTrainParams) Set the localisation parameters in the click train detector.voidClickTrainControl.updateParams(ClickTrainParams newParams) Update the parameters. - 
Uses of ClickTrainParams in clickTrainDetector.layout
Methods in clickTrainDetector.layout that return ClickTrainParamsModifier and TypeMethodDescriptionClickTrainAlgorithmPaneFX.getParams(ClickTrainParams currParams) PreClassifierPane.getParams(ClickTrainParams clickTrainParams) Get parametersMethods in clickTrainDetector.layout that return types with arguments of type ClickTrainParamsMethods in clickTrainDetector.layout with parameters of type ClickTrainParamsModifier and TypeMethodDescriptionClickTrainAlgorithmPaneFX.getParams(ClickTrainParams currParams) PreClassifierPane.getParams(ClickTrainParams clickTrainParams) Get parametersvoidClickTrainAlgorithmPaneFX.setParams(ClickTrainParams clickTrainParams) voidPreClassifierPane.setParams(ClickTrainParams clickTrainParams) Set parameters for the pane. - 
Uses of ClickTrainParams in clickTrainDetector.layout.classification
Methods in clickTrainDetector.layout.classification that return ClickTrainParamsModifier and TypeMethodDescriptionCTClassifiersPane.getParams(ClickTrainParams currParams) Get parameters from the classifiers pane.Methods in clickTrainDetector.layout.classification with parameters of type ClickTrainParamsModifier and TypeMethodDescriptionCTClassifiersPane.getParams(ClickTrainParams currParams) Get parameters from the classifiers pane.voidCTClassifiersPane.setParams(ClickTrainParams clickTrainParams) Set the parameters.