Uses of Class
clickTrainDetector.classification.CTClassifierParams
Packages that use CTClassifierParams
Package
Description
-
Uses of CTClassifierParams in clickTrainDetector
Fields in clickTrainDetector declared as CTClassifierParamsModifier and TypeFieldDescriptionClickTrainParams.ctClassifierParams
A list of classification parameters for each classifier. -
Uses of CTClassifierParams in clickTrainDetector.classification
Methods in clickTrainDetector.classification that return CTClassifierParamsModifier and TypeMethodDescriptionCTClassifierParams.clone()
CTClassifier.getParams()
Get the CT classifier params.Methods in clickTrainDetector.classification with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
CTClassifier.setParams
(CTClassifierParams ctClassifierParams) Set the classifier parameters. -
Uses of CTClassifierParams in clickTrainDetector.classification.bearingClassifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.bearingClassifierModifier and TypeClassDescriptionclass
The bearing classifier parameters.Methods in clickTrainDetector.classification.bearingClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
BearingClassifier.setParams
(CTClassifierParams ctClassifierParams) -
Uses of CTClassifierParams in clickTrainDetector.classification.idiClassifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.idiClassifierMethods in clickTrainDetector.classification.idiClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
IDIClassifier.setParams
(CTClassifierParams ctClassifierParams) -
Uses of CTClassifierParams in clickTrainDetector.classification.simplechi2classifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.simplechi2classifierMethods in clickTrainDetector.classification.simplechi2classifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
Chi2ThresholdClassifier.setParams
(CTClassifierParams ctClassifierParams) -
Uses of CTClassifierParams in clickTrainDetector.classification.standardClassifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.standardClassifierFields in clickTrainDetector.classification.standardClassifier declared as CTClassifierParamsModifier and TypeFieldDescriptionStandardClassifierParams.ctClassifierParams
List of the classifier parameters used.Methods in clickTrainDetector.classification.standardClassifier that return CTClassifierParamsMethods in clickTrainDetector.classification.standardClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
StandardClassifier.setParams
(CTClassifierParams ctClassifierParams) -
Uses of CTClassifierParams in clickTrainDetector.classification.templateClassifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.templateClassifierModifier and TypeClassDescriptionclass
Parameters for the template classifierclass
Methods in clickTrainDetector.classification.templateClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
CTTemplateClassifier.setParams
(CTClassifierParams ctClassifierParams) -
Uses of CTClassifierParams in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT
Methods in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
MHTAlgorithmMAT.addClassifier
(String type, CTClassifierParams clssfrsettings) Add a classifier to the algorithmvoid
MHTClassifierMAT.addClassifier
(String type, CTClassifierParams clssfrsettings) Add a classifier based on an input settings class and type string -
Uses of CTClassifierParams in clickTrainDetector.layout.classification
Methods in clickTrainDetector.layout.classification that return CTClassifierParamsModifier and TypeMethodDescriptionCTClassifierGraphics.getParams()
Called to save the parameters from the settings pane.CTClassifierPane.getParams()
Get parameters for the current classifierMethods in clickTrainDetector.layout.classification with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
CTClassifierGraphics.setParams
(CTClassifierParams params) Set the parameters.void
CTClassifierPane.setParams
(CTClassifierParams params) Set classifier parameters for the pane -
Uses of CTClassifierParams in clickTrainDetector.layout.classification.bearingClassifier
Methods in clickTrainDetector.layout.classification.bearingClassifier that return CTClassifierParamsMethods in clickTrainDetector.layout.classification.bearingClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
BearingClassifierGraphics.setParams
(CTClassifierParams params) -
Uses of CTClassifierParams in clickTrainDetector.layout.classification.idiClassifier
Methods in clickTrainDetector.layout.classification.idiClassifier that return CTClassifierParamsMethods in clickTrainDetector.layout.classification.idiClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
IDIClassifierGraphics.setParams
(CTClassifierParams params) -
Uses of CTClassifierParams in clickTrainDetector.layout.classification.simplechi2classifier
Methods in clickTrainDetector.layout.classification.simplechi2classifier that return CTClassifierParamsMethods in clickTrainDetector.layout.classification.simplechi2classifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
SimpleCTClassifierGraphics.setParams
(CTClassifierParams params) -
Uses of CTClassifierParams in clickTrainDetector.layout.classification.standardClassifier
Methods in clickTrainDetector.layout.classification.standardClassifier that return CTClassifierParamsMethods in clickTrainDetector.layout.classification.standardClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
StandardClassifierGraphics.setParams
(CTClassifierParams params) -
Uses of CTClassifierParams in clickTrainDetector.layout.classification.templateClassifier
Methods in clickTrainDetector.layout.classification.templateClassifier that return CTClassifierParamsMethods in clickTrainDetector.layout.classification.templateClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoid
CTTemplateClassifiersGraphics.setParams
(CTClassifierParams params)