|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |