Uses of Class
de.fu_berlin.ties.classify.feature.FeatureSet

Packages that use FeatureSet
de.fu_berlin.ties.classify.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
 

Uses of FeatureSet in de.fu_berlin.ties.classify.winnow
 

Methods in de.fu_berlin.ties.classify.winnow that return FeatureSet
protected  FeatureSet Winnow.featureSet(FeatureVector fv)
          Converts a feature vector into a FeatureSet (a multi-set of features).
 

Methods in de.fu_berlin.ties.classify.winnow with parameters of type FeatureSet
protected  float Winnow.rawThreshold(FeatureSet features)
          Calculates the theshold (theta) to use for classification, based on the number of active features.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.