Package qa.analyser

Class QATestAnalysis

java.lang.Object
qa.analyser.QATestAnalysis

public class QATestAnalysis extends Object
Class to conduct and hold results of an analysis of test data. Will probably be created both for single sounds and for cluster detection, unless of course cluster size is 1, in which case there is no point.
Author:
Doug Gillespie
  • Constructor Details

  • Method Details

    • getLogRegWeka

      public LogRegWeka getLogRegWeka()
      Returns:
      the logRegWeka
    • getHitHistogram

      public PamHistogram getHitHistogram()
      Returns:
      the hitHistogram
    • getMissHistogram

      public PamHistogram getMissHistogram()
      Returns:
      the missHistogram
    • getHitMean

      public double getHitMean()
      Returns:
      the hitMean