Package qa.analyser
Class QATestAnalysis
java.lang.Object
qa.analyser.QATestAnalysis
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 Summary
ConstructorDescriptionQATestAnalysis
(PamLogHistogram hitHist, PamLogHistogram missHist, double hitMean, LogRegWeka lrw) -
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Constructor Details
-
QATestAnalysis
public QATestAnalysis(PamLogHistogram hitHist, PamLogHistogram missHist, double hitMean, LogRegWeka lrw)
-
-
Method Details
-
getLogRegWeka
- Returns:
- the logRegWeka
-
getHitHistogram
- Returns:
- the hitHistogram
-
getMissHistogram
- Returns:
- the missHistogram
-
getHitMean
public double getHitMean()- Returns:
- the hitMean
-