Uses of Interface
de.fu_berlin.ties.eval.AccuracyView

Packages that use AccuracyView
de.fu_berlin.ties.eval This packages provides functionality for evaluating results of classifiers and extractors. 
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
 

Uses of AccuracyView in de.fu_berlin.ties.eval
 

Classes in de.fu_berlin.ties.eval that implement AccuracyView
 class Accuracy
          Counts true and false items and measures the accuracy: A = true / (true + false).
 

Uses of AccuracyView in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return AccuracyView
 AccuracyView[] Trainer.viewGlobalAccuracy()
          Returns a view on the global (overall) accuracies measured so far (or after the last call to Trainer.resetGlobalAccuracy()) by each classifier.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.