edu.washington.cs.knowitall.extractor.conf
Interface ConfidenceFunction

All Known Implementing Classes:
ConfidenceMetric, ReVerbIndependentConfFunction, ReVerbOpenNlpConfFunction

public interface ConfidenceFunction

Represents a confidence function for @{ChunkedBinaryExtraction} objects.

Author:
afader

Method Summary
 double getConf(ChunkedBinaryExtraction extr)
           
 

Method Detail

getConf

double getConf(ChunkedBinaryExtraction extr)
               throws ConfidenceFunctionException
Throws:
ConfidenceFunctionException


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.