|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 entity 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |