Uses of Class
tc.TCAccuracyResult

Packages that use TCAccuracyResult
tc   
 

Uses of TCAccuracyResult in tc
 

Methods in tc that return TCAccuracyResult
 TCAccuracyResult TCExperiment.computeClassifierAccuracyKNN(double stepSize)
          computes the accuracy (break even, 11pt precision, precision-recall values, etc.) for the kNN classifier.
 TCAccuracyResult TCExperiment.computeClassifierAccuracyNBB(double stepSize)
          computes the accuracy (break even, precision-recall values) for the naive bayes classifier.