Package de.fu_berlin.ties.classify.feature

This package contains classes for working with features, feature vectors and feature transformers.

See:
          Description

Class Summary
DefaultFeature Default implementation of the Feature class.
DefaultFeatureVector This feature vector implementation stores an ordered sequence of features.
Feature An abstract base class for immutable feature representation used for classification.
FeatureSet This feature vector implementation stores a multi-set of features.
FeatureTransformer An feature transformer transforms a feature vector in a suitable way.
FeatureVector A feature vector contains the features representing an instance.
OSBTransformer Transforms a feature vector using the orthogonal sparse bigrams (OSB) technique developed by Fidelis Assis.
SBPHTransformer Transforms a feature vector using a simple implementation of the sparse binary polynomial hashing (SBPH) technique introduced by CRM114.
 

Package de.fu_berlin.ties.classify.feature Description

This package contains classes for working with features, feature vectors and feature transformers.



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