Package edu.washington.cs.knowitall.extractor.conf

Class Summary
BooleanFeatureSet<T> Represents a set of boolean feature functions that can be applied to objects of type T.
LabeledBinaryExtraction Extends the ChunkedBinaryExtraction class to have a binary label.
LabeledBinaryExtractionReader Used for reading LabeledBinaryExtraction objects from a plain text source.
LabeledBinaryExtractionWriter Used for writing LabeledBinaryExtraction objects to plain text.
ReVerbClassifierTrainer Used to train the ReVerb confidence function using the features described by ReVerbFeatures.
ReVerbConfFunction An extraction confidence function that is backed by a logistic regression classifier.
ReVerbDataSetCreator Used to create a labeled data set using the ReVerb extractions from a given file.
ReVerbFeatures This class defines the features used by the ReVerb confidence function.
WekaBooleanFeatureSet<T> Used for converting an object of type T into a Weka Instance object.
WekaClassifierConfFunction<T> A confidence function that takes an object of type T as input, and returns a real valued number.
WekaDataSet<T> A wrapper for the Weka Instances class.
 

Exception Summary
ConfidenceFunctionException