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.ctClassifierParamsA 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 TypeMethodDescriptionvoidCTClassifier.setParams(CTClassifierParams ctClassifierParams) Set the classifier parameters. - 
Uses of CTClassifierParams in clickTrainDetector.classification.bearingClassifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.bearingClassifierModifier and TypeClassDescriptionclassThe bearing classifier parameters.Methods in clickTrainDetector.classification.bearingClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoidBearingClassifier.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 TypeMethodDescriptionvoidIDIClassifier.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 TypeMethodDescriptionvoidChi2ThresholdClassifier.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.ctClassifierParamsList of the classifier parameters used.Methods in clickTrainDetector.classification.standardClassifier that return CTClassifierParamsMethods in clickTrainDetector.classification.standardClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoidStandardClassifier.setParams(CTClassifierParams ctClassifierParams)  - 
Uses of CTClassifierParams in clickTrainDetector.classification.templateClassifier
Subclasses of CTClassifierParams in clickTrainDetector.classification.templateClassifierModifier and TypeClassDescriptionclassParameters for the template classifierclassMethods in clickTrainDetector.classification.templateClassifier with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoidCTTemplateClassifier.setParams(CTClassifierParams ctClassifierParams)  - 
Uses of CTClassifierParams in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT
Methods in clickTrainDetector.clickTrainAlgorithms.mht.mhtMAT with parameters of type CTClassifierParamsModifier and TypeMethodDescriptionvoidMHTAlgorithmMAT.addClassifier(String type, CTClassifierParams clssfrsettings) Add a classifier to the algorithmvoidMHTClassifierMAT.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 TypeMethodDescriptionvoidCTClassifierGraphics.setParams(CTClassifierParams params) Set the parameters.voidCTClassifierPane.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 TypeMethodDescriptionvoidBearingClassifierGraphics.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 TypeMethodDescriptionvoidIDIClassifierGraphics.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 TypeMethodDescriptionvoidSimpleCTClassifierGraphics.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 TypeMethodDescriptionvoidStandardClassifierGraphics.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 TypeMethodDescriptionvoidCTTemplateClassifiersGraphics.setParams(CTClassifierParams params)