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 Link icon

  • Method Details Link icon

    • getLogRegWeka Link icon

      public LogRegWeka getLogRegWeka()
      Returns:
      the logRegWeka
    • getHitHistogram Link icon

      public PamHistogram getHitHistogram()
      Returns:
      the hitHistogram
    • getMissHistogram Link icon

      public PamHistogram getMissHistogram()
      Returns:
      the missHistogram
    • getHitMean Link icon

      public double getHitMean()
      Returns:
      the hitMean