jbnc.util
Class BNCTester.Result
java.lang.Object
jbnc.util.BNCTester.Result
- Enclosing class:
- BNCTester
- public class BNCTester.Result
- extends java.lang.Object
Constructor Summary |
BNCTester.Result(int pass,
int fail)
Constructor for the Result object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nbPass
public int nbPass
nbFail
public int nbFail
BNCTester.Result
public BNCTester.Result(int pass,
int fail)
- Constructor for the Result object
- Parameters:
pass
- Description of Parameterfail
- Description of Parameter
getError
public double getError()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAccuracy
public double getAccuracy()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTheoreticalStdDev
public double getTheoreticalStdDev()
throws java.lang.Exception
- Throws:
java.lang.Exception
reportShort
public void reportShort()
throws java.lang.Exception
- Print test results to the standard output in the short form (single
line).
- Throws:
java.lang.Exception
- Description of Exception