edu.washington.cs.knowitall.extractor.conf.classifier
Class LogisticRegression<E>
java.lang.Object
edu.washington.cs.knowitall.extractor.conf.classifier.LogisticRegression<E>
public class LogisticRegression<E>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogisticRegression
public LogisticRegression(FeatureSet<E> featureSet,
Map<String,Double> weights)
LogisticRegression
public LogisticRegression(FeatureSet<E> featureSet,
InputStream input)
throws FileNotFoundException
- Throws:
FileNotFoundException
buildFeatureWeightMap
public static Map<String,Double> buildFeatureWeightMap(InputStream input)
throws FileNotFoundException
- Throws:
FileNotFoundException
confidence
public double confidence(E extraction)
Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.