de.dfki.lt.mary.dbselection
Class TestResult
java.lang.Object
de.dfki.lt.mary.dbselection.TestResult
public class TestResult
- extends java.lang.Object
Represents the result of one test run
- Author:
- Anna Hunecke
|
Constructor Summary |
TestResult(java.io.BufferedReader resultIn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResult
public TestResult(java.io.BufferedReader resultIn)
throws java.lang.Exception
- Throws:
java.lang.Exception
getText
public java.lang.String getText()
getShortText
public java.lang.String getShortText()
getSettings
public java.lang.String getSettings()
getDate
public java.lang.String getDate()
getPhoneCoverage
public double getPhoneCoverage()
getMaxPhoneCoverage
public double getMaxPhoneCoverage()
getSimpleDiphoneCoverage
public double getSimpleDiphoneCoverage()
getMaxSimpleDiphoneCoverage
public double getMaxSimpleDiphoneCoverage()
getSimpleProsodyCoverage
public double getSimpleProsodyCoverage()
getMaxSimpleProsodyCoverage
public double getMaxSimpleProsodyCoverage()
getClusteredDiphoneCoverage
public double getClusteredDiphoneCoverage()
getMaxClusteredDiphoneCoverage
public double getMaxClusteredDiphoneCoverage()
getClusteredProsodyCoverage
public double getClusteredProsodyCoverage()
getMaxClusteredProsodyCoverage
public double getMaxClusteredProsodyCoverage()
getAverageSentenceLength
public double getAverageSentenceLength()
getMaxSentenceLength
public int getMaxSentenceLength()
getMinSentenceLength
public int getMinSentenceLength()
getNumSentences
public int getNumSentences()
getCoverageString
public java.lang.String getCoverageString()