de.fu_berlin.ties.eval
Interface FMetricsSummary

All Known Implementing Classes:
SummaryFMetrics

public interface FMetricsSummary

Implementations of this interface can show statistical summaries of precision, recall, and F1 metrics updated in several operations.

Version:
$Revision: 1.5 $, $Date: 2006/10/21 16:04:11 $, $Author: siefkes $
Author:
Christian Siefkes

Method Summary
 org.apache.commons.math.stat.descriptive.StatisticalSummary viewF1Summary()
          Returns a summary view on the F1 values.
 org.apache.commons.math.stat.descriptive.StatisticalSummary viewPrecisionSummary()
          Returns a summary view on the precision values.
 org.apache.commons.math.stat.descriptive.StatisticalSummary viewRecallSummary()
          Returns a summary view on the recall values.
 

Method Detail

viewF1Summary

org.apache.commons.math.stat.descriptive.StatisticalSummary viewF1Summary()
Returns a summary view on the F1 values. This is not a snapshot but will change whenever the underlying values are changed.

Returns:
a summary view on the F1 value

viewPrecisionSummary

org.apache.commons.math.stat.descriptive.StatisticalSummary viewPrecisionSummary()
Returns a summary view on the precision values. This is not a snapshot but will change whenever the underlying values are changed.

Returns:
a summary view on the precision value

viewRecallSummary

org.apache.commons.math.stat.descriptive.StatisticalSummary viewRecallSummary()
Returns a summary view on the recall values. This is not a snapshot but will change whenever the underlying values are changed.

Returns:
a summary view on the recall value


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