Uses of Class
edu.washington.cs.knowitall.extractor.conf.featureset.FeatureSet

Packages that use FeatureSet
edu.washington.cs.knowitall.argumentidentifier   
edu.washington.cs.knowitall.extractor.conf.classifier   
edu.washington.cs.knowitall.extractor.conf.featureset   
 

Uses of FeatureSet in edu.washington.cs.knowitall.argumentidentifier
 

Subclasses of FeatureSet in edu.washington.cs.knowitall.argumentidentifier
 class ArgLearnerFeatureSet
           
 

Uses of FeatureSet in edu.washington.cs.knowitall.extractor.conf.classifier
 

Constructors in edu.washington.cs.knowitall.extractor.conf.classifier with parameters of type FeatureSet
LogisticRegression(FeatureSet<E> featureSet, InputStream input)
           
LogisticRegression(FeatureSet<E> featureSet, Map<String,Double> weights)
           
 

Uses of FeatureSet in edu.washington.cs.knowitall.extractor.conf.featureset
 

Subclasses of FeatureSet in edu.washington.cs.knowitall.extractor.conf.featureset
 class BooleanFeatureSet<T>
          Represents a set of boolean feature functions that can be applied to objects of type T.
 class DoubleFeatureSet<T>
          Represents a set of boolean feature functions that can be applied to objects of type T.
 



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