Uses of Package
de.fu_berlin.ties.classify.feature

Packages that use de.fu_berlin.ties.classify.feature
de.fu_berlin.ties.classify This package provides functionality for classification of texts and feature vectors. 
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). 
de.fu_berlin.ties.eval This packages provides functionality for evaluating results of classifiers and extractors. 
de.fu_berlin.ties.extract This package handles information extraction and entity recognition. 
de.fu_berlin.ties.filter This packages provides generic filtering and rewriting functionality. 
de.fu_berlin.ties.text This package contains utility classes for working with texts. 
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.classify
FeatureExtractor
          Feature extractors extract features from text sequences.
FeatureTransformer
          A feature transformer transforms a feature vector in a suitable way.
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.classify.feature
Feature
          An abstract base class for immutable feature representation used for classification.
FeatureExtractor
          Feature extractors extract features from text sequences.
FeatureTransformer
          A feature transformer transforms a feature vector in a suitable way.
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.classify.winnow
Feature
          An abstract base class for immutable feature representation used for classification.
FeatureSet
          This feature vector implementation stores a set of features.
FeatureTransformer
          A feature transformer transforms a feature vector in a suitable way.
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.context
Feature
          An abstract base class for immutable feature representation used for classification.
FeatureExtractor
          Feature extractors extract features from text sequences.
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.eval
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.extract
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.filter
FeatureVector
          A feature vector contains the features representing an instance.
 

Classes in de.fu_berlin.ties.classify.feature used by de.fu_berlin.ties.text
FeatureExtractor
          Feature extractors extract features from text sequences.
FeatureVector
          A feature vector contains the features representing an instance.
 



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