Class Chi2ThresholdClassifier

java.lang.Object
clickTrainDetector.classification.simplechi2classifier.Chi2ThresholdClassifier
All Implemented Interfaces:
CTClassifier

public class Chi2ThresholdClassifier extends Object implements CTClassifier
Simple classifier which has a chi2 threshold
Author:
Jamie Macaulay
  • Field Details

    • clssfrParams

      public Chi2ThresholdParams clssfrParams
      The chi2 threshold to set. This is the chi2 value divided by the number of clicks in the train
    • ctClassifierGraphics

      public CTClassifierGraphics ctClassifierGraphics
      The classifier graphics
  • Constructor Details

    • Chi2ThresholdClassifier

      public Chi2ThresholdClassifier(ClickTrainControl clickTrainControl, int defaultSpeciesID)
    • Chi2ThresholdClassifier

      public Chi2ThresholdClassifier(int defaultSpeciesID)
  • Method Details