Methods in de.fu_berlin.ties.eval that return FMetricsSummary |
FMetricsSummary |
MultiFMetricsView.viewAllSummary()
Optional operation that shows statistical
summaries of precision, recall, and F1 metrics over all types,
if calculated by the used implementation. |
FMetricsSummary |
MultiFMetricsView.viewSummary(String type)
Optional operation that shows statistical
summaries of precision, recall, and F1 metrics of the specified type,
if calculated by the used implementation. |
FMetricsSummary |
MultiFMetrics.viewAllSummary()
Optional operation that shows statistical
summaries of precision, recall, and F1 metrics over all types,
if calculated. |
FMetricsSummary |
MultiFMetrics.viewSummary(String type)
Optional operation that shows statistical
summaries of precision, recall, and F1 metrics of the specified type,
if calculated. |