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

Packages that use FMetricsSummary
de.fu_berlin.ties.eval This packages provides functionality for evaluating results of classifiers and extractors. 
 

Uses of FMetricsSummary in de.fu_berlin.ties.eval
 

Classes in de.fu_berlin.ties.eval that implement FMetricsSummary
 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 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.
 



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