Uses of Enum Class
clickTrainDetector.classification.CTClassifierType
Package
Description
-
Uses of CTClassifierType in clickTrainDetector.classification
Modifier and TypeFieldDescriptionCTClassifierParams.type
Easy way to know which classifier the parameter class belong to rather than big instance of statementModifier 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.Modifier and TypeMethodDescriptionCTClassifierManager.createClassifier
(CTClassifierType classifierType) CT classifierCTClassifierManager.getClassifierName
(CTClassifierType classifierType) Deprecated.ModifierConstructorDescriptionSimpleCTClassification
(int speciesID, CTClassifierType classifierType) -
Uses of CTClassifierType in clickTrainDetector.classification.bearingClassifier
-
Uses of CTClassifierType in clickTrainDetector.classification.idiClassifier
-
Uses of CTClassifierType in clickTrainDetector.classification.simplechi2classifier
-
Uses of CTClassifierType in clickTrainDetector.classification.standardClassifier
Modifier and TypeFieldDescriptionstatic CTClassifierType[]
StandardClassifier.CLASSIFIER_TYPES
The classifier types used in the standard classifier. -
Uses of CTClassifierType in clickTrainDetector.classification.templateClassifier