edu.washington.cs.knowitall.rule.confidence
Class MRConfidenceFunction
java.lang.Object
edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction<PrecisionRecallScore>
edu.washington.cs.knowitall.rule.confidence.PrecisionRecallConfidenceFunction
edu.washington.cs.knowitall.rule.confidence.MRConfidenceFunction
- All Implemented Interfaces:
- com.google.common.base.Function<Rule,PrecisionRecallScore>
public class MRConfidenceFunction
- extends PrecisionRecallConfidenceFunction
The confidence function developed by Stephen and Will.
- Author:
- schmmd
| Methods inherited from class edu.washington.cs.knowitall.rule.confidence.ConfidenceFunction |
apply, apply, createRank, match, numberAnnotationsCorrect, reduce, relations, relations, results, results, setResults |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
equals |
noTypeConstraintWeight
public final double noTypeConstraintWeight
noTypeConstraintInExtractionWeight
public final double noTypeConstraintInExtractionWeight
noExtractionConstraintInArgumentWeight
public final double noExtractionConstraintInArgumentWeight
externalArgumentWeight
public final double externalArgumentWeight
MRConfidenceFunction
public MRConfidenceFunction(List<AnnotatedSentence> annotations,
double noTypeConstraint,
double noTypeConstraintInExtraction,
double noArgConstraint,
double nonLocal)
MRConfidenceFunction
public MRConfidenceFunction(List<AnnotatedSentence> annotations)
apply
public PrecisionRecallScore apply(Rule rule)
- Specified by:
apply in interface com.google.common.base.Function<Rule,PrecisionRecallScore>- Overrides:
apply in class PrecisionRecallConfidenceFunction
Copyright © 2011 University of Washington CSE. All Rights Reserved.