jBNC Toolbox

jbnc.util
Class BNCTester.Result

java.lang.Object
  extended byjbnc.util.BNCTester.Result
Enclosing class:
BNCTester

public class BNCTester.Result
extends java.lang.Object


Field Summary
 int nbFail
           
 int nbPass
           
 
Constructor Summary
BNCTester.Result(int pass, int fail)
          Constructor for the Result object
 
Method Summary
 double getAccuracy()
           
 double getError()
           
 double getTheoreticalStdDev()
           
 void reportShort()
          Print test results to the standard output in the short form (single line).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nbPass

public int nbPass

nbFail

public int nbFail
Constructor Detail

BNCTester.Result

public BNCTester.Result(int pass,
                        int fail)
Constructor for the Result object

Parameters:
pass - Description of Parameter
fail - Description of Parameter
Method Detail

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

SourceForge.net Logo