|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FMetricsView | |
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
Uses of FMetricsView in de.fu_berlin.ties.eval |
Classes in de.fu_berlin.ties.eval that implement FMetricsView | |
class |
FMetrics
This class manages and updates evaluation results, calculating precision (P), recall (R) and F-measure (F). |
class |
SummaryFMetrics
FMetrics extension that additionally
calculates a StatisticalSummary of the
intermediate precision, recall, and F1 metrics resulting from different
update operations. |
Methods in de.fu_berlin.ties.eval that return FMetricsView | |
FMetricsView |
MultiFMetricsView.view(String type)
Returns a read-only view of the FMetrics of the specified type.
|
FMetricsView |
MultiFMetricsView.viewAll()
Returns a read-only view of the FMetrics containing the sums and
averages over all types. |
FMetricsView |
MultiFMetrics.view(String type)
Returns a read-only view of the FMetrics of the specified type.
|
FMetricsView |
MultiFMetrics.viewAll()
Returns a read-only view of the FMetrics containing the sums and
averages over all types. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |