Uses of Package
org.apache.mahout.vectorizer.encoders

Packages that use org.apache.mahout.vectorizer.encoders
org.apache.mahout.vectorizer.encoders   
 

Classes in org.apache.mahout.vectorizer.encoders used by org.apache.mahout.vectorizer.encoders
CachingValueEncoder
          Provides basic hashing semantics for encoders where the probe locations depend only on the name of the variable.
ContinuousValueEncoder
          Continuous values are stored in fixed randomized location in the feature vector.
Dictionary
          Assigns integer codes to strings as they appear.
FeatureVectorEncoder
          General interface for objects that record features into a feature vector.
StaticWordValueEncoder
          Encodes a categorical values with an unbounded vocabulary.
TextValueEncoder
          Encodes text that is tokenized on non-alphanum separators.
WordValueEncoder
          Encodes words as sparse vector updates to a Vector.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.