Example usage for org.apache.mahout.math WeightedVector subclass-usage

List of usage examples for org.apache.mahout.math WeightedVector subclass-usage

Introduction

In this page you can find the example usage for org.apache.mahout.math WeightedVector subclass-usage.

Usage

From source file org.mpei.knn.lsh.tools.HashedVector.java

/**
 * Decorates a weighted vector with a locality sensitive hash.
 */
public class HashedVector extends WeightedVector {
    protected static int INVALID_INDEX = -1;
    private long hash;