Uses of Class
de.fu_berlin.ties.eval.FMetrics

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

Uses of FMetrics in de.fu_berlin.ties.eval
 

Subclasses of FMetrics in de.fu_berlin.ties.eval
 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 FMetrics
protected  FMetrics MultiFMetrics.createMetrics()
          Helper factory method that creates a new FMetrics instance of the required type.
protected  FMetrics MultiFMetrics.createMetrics(FieldMap fieldMap)
          Helper factory method that creates a new FMetrics instance of the required type from a field map.
protected  FMetrics MultiFMetrics.lookupType(String type)
          Looks up and if necessary initializes the metrics for a given type.
 



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