edu.cmu.minorthird.text.learn.experiments
Class ExtractionEvaluation

java.lang.Object
  extended by edu.cmu.minorthird.text.learn.experiments.ExtractionEvaluation
All Implemented Interfaces:
Visible, java.io.Serializable

public class ExtractionEvaluation
extends java.lang.Object
implements Visible, java.io.Serializable

Records results of evaluating an extraction-learning system.

Author:
William Cohen
See Also:
Serialized Form

Constructor Summary
ExtractionEvaluation()
           
 
Method Summary
 MathUtil.Accumulator acc_sf1()
           
 MathUtil.Accumulator acc_sp()
           
 MathUtil.Accumulator acc_sr()
           
 MathUtil.Accumulator acc_tf1()
           
 MathUtil.Accumulator acc_tp()
           
 MathUtil.Accumulator acc_tr()
           
 void extend(java.lang.String tag, SpanDifference sd, boolean isOverallMeasure)
           
static void main(java.lang.String[] args)
           
 void measureTotalSize(TextBase base)
           
 void printAccStats()
           
 double spanF1()
           
 double spanPrecision()
           
 double spanRecall()
           
 Viewer toGUI()
          Create a view of this object
 double tokenF1()
           
 double tokenPrecision()
           
 double tokenRecall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractionEvaluation

public ExtractionEvaluation()
Method Detail

spanF1

public double spanF1()

spanRecall

public double spanRecall()

spanPrecision

public double spanPrecision()

tokenF1

public double tokenF1()

tokenRecall

public double tokenRecall()

tokenPrecision

public double tokenPrecision()

acc_sr

public MathUtil.Accumulator acc_sr()

acc_sp

public MathUtil.Accumulator acc_sp()

acc_sf1

public MathUtil.Accumulator acc_sf1()

acc_tr

public MathUtil.Accumulator acc_tr()

acc_tp

public MathUtil.Accumulator acc_tp()

acc_tf1

public MathUtil.Accumulator acc_tf1()

measureTotalSize

public void measureTotalSize(TextBase base)

extend

public void extend(java.lang.String tag,
                   SpanDifference sd,
                   boolean isOverallMeasure)

printAccStats

public void printAccStats()

toGUI

public Viewer toGUI()
Description copied from interface: Visible
Create a view of this object

Specified by:
toGUI in interface Visible

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException