Class StandardClassifier

java.lang.Object
clickTrainDetector.classification.standardClassifier.StandardClassifier
All Implemented Interfaces:
CTClassifier

public class StandardClassifier extends Object implements CTClassifier
Combines the IDI, CHI2, BEARING and TEMPLATE classifier into one.
Author:
Jamie Macaulay
  • Field Details

    • SUB_CLASSIFIER_SPECIESID

      public int SUB_CLASSIFIER_SPECIESID
      It's quite complicated to keep track of the species ID for all sub classifier but just set them to 1 to check whether the classifier has passed or not,
    • CLASSIFIER_TYPES

      public static CTClassifierType[] CLASSIFIER_TYPES
      The classifier types used in the standard classifier. ****New types MUST BE ADDED HERE****
  • Constructor Details

    • StandardClassifier

      public StandardClassifier(ClickTrainControl clickTrainControl, int speciesID)
  • Method Details