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

Packages that use MultiFMetricsView
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 entitiy recognition. 
 

Uses of MultiFMetricsView in de.fu_berlin.ties.eval
 

Classes in de.fu_berlin.ties.eval that implement MultiFMetricsView
 class MultiFMetrics
          Instances of this class manage multiple FMetrics for different types.
 

Methods in de.fu_berlin.ties.eval with parameters of type MultiFMetricsView
 void MultiFMetrics.update(MultiFMetricsView multiMetrics)
          Updates the statistics by adding the contents of the given multi-metrics.
 

Uses of MultiFMetricsView in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return MultiFMetricsView
 MultiFMetricsView EvaluatedExtractionContainer.viewMetrics()
          Returns a read-only view of the counts of true positives (correct extractions), false negatives (missing extractions) and false positives (spurious extractions) stored in this container of each type as well as for all types; and the metrics that can be calculated from these values.
 



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