Java org.apache.mahout.vectorizer.encoders FeatureVectorEncoder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.vectorizer.encoders FeatureVectorEncoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.vectorizer.encoders FeatureVectorEncoder.

The text is from its open source code.

Method

voidaddToVector(String originalForm, double weight, Vector data)
Adds a weighted value expressed in string form to a vector.
voidaddToVector(byte[] originalForm, double weight, Vector data)
voidsetProbes(int probes)
Sets the number of locations in the feature vector that a value should be in.
voidsetTraceDictionary(Map> traceDictionary)