Uses of Enum Class
clickTrainDetector.classification.CTClassifierType
Packages that use CTClassifierType
Package
Description
-
Uses of CTClassifierType in clickTrainDetector.classification
Fields in clickTrainDetector.classification declared as CTClassifierTypeModifier and TypeFieldDescriptionCTClassifierParams.type
Easy way to know which classifier the parameter class belong to rather than big instance of statementMethods in clickTrainDetector.classification that return CTClassifierTypeModifier and TypeMethodDescriptionCTClassification.getClassifierType()
The classifier typeSimpleCTClassification.getClassifierType()
static CTClassifierType
Returns the enum constant of this class with the specified name.static CTClassifierType[]
CTClassifierType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in clickTrainDetector.classification with parameters of type CTClassifierTypeModifier and TypeMethodDescriptionCTClassifierManager.createClassifier
(CTClassifierType classifierType) CT classifierCTClassifierManager.getClassifierName
(CTClassifierType classifierType) Deprecated.Constructors in clickTrainDetector.classification with parameters of type CTClassifierTypeModifierConstructorDescriptionSimpleCTClassification
(int speciesID, CTClassifierType classifierType) -
Uses of CTClassifierType in clickTrainDetector.classification.bearingClassifier
Methods in clickTrainDetector.classification.bearingClassifier that return CTClassifierType -
Uses of CTClassifierType in clickTrainDetector.classification.idiClassifier
Methods in clickTrainDetector.classification.idiClassifier that return CTClassifierType -
Uses of CTClassifierType in clickTrainDetector.classification.simplechi2classifier
Methods in clickTrainDetector.classification.simplechi2classifier that return CTClassifierType -
Uses of CTClassifierType in clickTrainDetector.classification.standardClassifier
Fields in clickTrainDetector.classification.standardClassifier declared as CTClassifierTypeModifier and TypeFieldDescriptionstatic CTClassifierType[]
StandardClassifier.CLASSIFIER_TYPES
The classifier types used in the standard classifier.Methods in clickTrainDetector.classification.standardClassifier that return CTClassifierType -
Uses of CTClassifierType in clickTrainDetector.classification.templateClassifier
Methods in clickTrainDetector.classification.templateClassifier that return CTClassifierType