| Package | Description |
|---|---|
| org.apache.mahout.vectorizer.encoders |
| Class and Description |
|---|
| 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–2017 The Apache Software Foundation. All rights reserved.