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

Packages that use Feature
de.fu_berlin.ties.classify.feature This package contains classes for working with features, feature vectors and feature transformers. 
de.fu_berlin.ties.classify.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
de.fu_berlin.ties.context This packages provides functionality for building and managing representations of context in texts (XML documents). 
 

Uses of Feature in de.fu_berlin.ties.classify.feature
 

Subclasses of Feature in de.fu_berlin.ties.classify.feature
 class DefaultFeature
          Default implementation of the Feature class.
 

Methods in de.fu_berlin.ties.classify.feature with parameters of type Feature
 void FeatureVector.add(Feature feature)
          Adds a feature to this vector.
 

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

Methods in de.fu_berlin.ties.classify.winnow with parameters of type Feature
protected  void Winnow.adjustWeights(Feature feature, short[] directions)
          Adjusts the weights of a feature for all classes.
protected  void Winnow.updateScores(Feature feature, float[] scores)
          Updates the score (activation values) for all classes by adding the weights of a feature.
 

Uses of Feature in de.fu_berlin.ties.context
 

Subclasses of Feature in de.fu_berlin.ties.context
 class GlobalFeature
          An immutable representation of a feature that can be used for classification.
 class LocalFeature
          An immutable representation of the local part of a feature, useful to cache and re-use the parts of feature representation that do not depend on the relative position of the element to classify.
 



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