Uses of Class
clickTrainDetector.classification.simplechi2classifier.Chi2ThresholdParams
Packages that use Chi2ThresholdParams
Package
Description
-
Uses of Chi2ThresholdParams in clickTrainDetector
Fields in clickTrainDetector declared as Chi2ThresholdParamsModifier and TypeFieldDescriptionClickTrainParams.simpleCTClassifier
A simple initial classifier which junks click trains below a certain length and above a certain chi2 value. -
Uses of Chi2ThresholdParams in clickTrainDetector.classification.simplechi2classifier
Fields in clickTrainDetector.classification.simplechi2classifier declared as Chi2ThresholdParamsMethods in clickTrainDetector.classification.simplechi2classifier that return Chi2ThresholdParamsModifier and TypeMethodDescriptionChi2ThresholdParams.clone()
Chi2ThresholdClassifier.getParams()
Get the simple classifier parameters.Methods in clickTrainDetector.classification.simplechi2classifier with parameters of type Chi2ThresholdParamsModifier and TypeMethodDescriptionvoid
Chi2ThresholdClassifier.setParams
(Chi2ThresholdParams clssfrParams) Set the classifier parameters. -
Uses of Chi2ThresholdParams in clickTrainDetector.layout.classification.simplechi2classifier
Methods in clickTrainDetector.layout.classification.simplechi2classifier that return Chi2ThresholdParamsModifier and TypeMethodDescriptionSimpleCTClassifierPane.getParams
(Chi2ThresholdParams currParams) Methods in clickTrainDetector.layout.classification.simplechi2classifier with parameters of type Chi2ThresholdParamsModifier and TypeMethodDescriptionSimpleCTClassifierPane.getParams
(Chi2ThresholdParams currParams) void
SimpleCTClassifierPane.setParams
(Chi2ThresholdParams input)