Uses of Interface
clickTrainDetector.classification.CTClassifier
Packages that use CTClassifier
Package
Description
-
Uses of CTClassifier in clickTrainDetector
Methods in clickTrainDetector that return types with arguments of type CTClassifierModifier and TypeMethodDescriptionClickTrainControl.getCurrentClassifiers()
Get the current classifiers. -
Uses of CTClassifier in clickTrainDetector.classification
Methods in clickTrainDetector.classification that return CTClassifierModifier and TypeMethodDescriptionCTClassifierManager.createClassifier
(int clssfrIndex) Create a classifier.CTClassifierManager.createClassifier
(CTClassifierType classifierType) CT classifierMethods in clickTrainDetector.classification that return types with arguments of type CTClassifierModifier and TypeMethodDescriptionCTClassifierManager.getCurrentClassifiers()
Get the current classifiers. -
Uses of CTClassifier in clickTrainDetector.classification.bearingClassifier
Classes in clickTrainDetector.classification.bearingClassifier that implement CTClassifierModifier and TypeClassDescriptionclass
A bearing based classifier for click train. -
Uses of CTClassifier in clickTrainDetector.classification.idiClassifier
Classes in clickTrainDetector.classification.idiClassifier that implement CTClassifierModifier and TypeClassDescriptionclass
An inter-detection interval based classifier for click trains. -
Uses of CTClassifier in clickTrainDetector.classification.simplechi2classifier
Classes in clickTrainDetector.classification.simplechi2classifier that implement CTClassifierModifier and TypeClassDescriptionclass
Simple classifier which has a chi2 threshold -
Uses of CTClassifier in clickTrainDetector.classification.standardClassifier
Classes in clickTrainDetector.classification.standardClassifier that implement CTClassifierModifier and TypeClassDescriptionclass
Combines the IDI, CHI2, BEARING and TEMPLATE classifier into one.Methods in clickTrainDetector.classification.standardClassifier that return types with arguments of type CTClassifierModifier and TypeMethodDescriptionStandardClassifier.getClassifiers()
Get the classifiers the standard classifier uses. -
Uses of CTClassifier in clickTrainDetector.classification.templateClassifier
Classes in clickTrainDetector.classification.templateClassifier that implement CTClassifierModifier and TypeClassDescriptionclass
A template classifier which uses a click template to essentially cross correlate the spectrums.