Uses of Class
tc.TCEvaluationResult

Packages that use TCEvaluationResult
tc   
 

Uses of TCEvaluationResult in tc
 

Methods in tc that return TCEvaluationResult
 TCEvaluationResult TCExperiment.evaluateClassification(int classifierIndex)
          Evaluates the kNN or NBB classificator with the current settings and calculates recall and precision.
 TCEvaluationResult TCExperiment.evaluateKNNClassificationForThreshold(double threshold, boolean display)
          Evaluates the kNN classificator with the current settings (and one single threshold) and calculates recall and precision.
 TCEvaluationResult TCExperiment.evaluateNBBClassificationForThreshold(double threshold, boolean display)
          Evaluates the naive bayes bernoulli classificator with the current settings (and one single threshold) and calculates recall and precision.
 

Methods in tc with parameters of type TCEvaluationResult
 void TCAccuracyResult.addEvaluationResult(TCEvaluationResult evaluationResult)
          adds one evaluation result to the instance of the class and does all the computaions necessary to calculate 11point presision, break even and average precision