public class LogisticRegression<E> extends Object
| Constructor and Description |
|---|
LogisticRegression(FeatureSet<E> featureSet,
InputStream input) |
LogisticRegression(FeatureSet<E> featureSet,
Map<String,Double> weights) |
public LogisticRegression(FeatureSet<E> featureSet, Map<String,Double> weights)
public LogisticRegression(FeatureSet<E> featureSet, InputStream input) throws FileNotFoundException
FileNotFoundExceptionpublic static Map<String,Double> buildFeatureWeightMap(InputStream input) throws FileNotFoundException
FileNotFoundExceptionpublic double confidence(E extraction)
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.