Uses of Class
org.apache.mahout.vectorizer.encoders.FeatureVectorEncoder

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

Uses of FeatureVectorEncoder in org.apache.mahout.vectorizer.encoders
 

Subclasses of FeatureVectorEncoder in org.apache.mahout.vectorizer.encoders
 class AdaptiveWordValueEncoder
          Encodes words into vectors much as does WordValueEncoder while maintaining an adaptive dictionary of values seen so far.
 class CachingContinuousValueEncoder
           
 class CachingStaticWordValueEncoder
           
 class CachingTextValueEncoder
           
 class CachingValueEncoder
          Provides basic hashing semantics for encoders where the probe locations depend only on the name of the variable.
 class ConstantValueEncoder
          An encoder that does the standard thing for a virtual bias term.
 class ContinuousValueEncoder
          Continuous values are stored in fixed randomized location in the feature vector.
 class InteractionValueEncoder
           
 class LuceneTextValueEncoder
          Encodes text using a lucene style tokenizer.
 class StaticWordValueEncoder
          Encodes a categorical values with an unbounded vocabulary.
 class TextValueEncoder
          Encodes text that is tokenized on non-alphanum separators.
 class WordValueEncoder
          Encodes words as sparse vector updates to a Vector.
 

Methods in org.apache.mahout.vectorizer.encoders with parameters of type FeatureVectorEncoder
 void TextValueEncoder.setWordEncoder(FeatureVectorEncoder wordEncoder)
           
 

Constructors in org.apache.mahout.vectorizer.encoders with parameters of type FeatureVectorEncoder
InteractionValueEncoder(String name, FeatureVectorEncoder encoderOne, FeatureVectorEncoder encoderTwo)
           
 



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