Uses of Class
org.apache.mahout.math.WeightedVector

Packages that use WeightedVector
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
 

Uses of WeightedVector in org.apache.mahout.math
 

Subclasses of WeightedVector in org.apache.mahout.math
 class Centroid
          A centroid is a weighted vector.
 

Methods in org.apache.mahout.math that return WeightedVector
 WeightedVector WeightedVector.clone()
           
static WeightedVector WeightedVector.project(Vector v, Vector projection)
           
static WeightedVector WeightedVector.project(Vector v, Vector projection, int index)
           
 

Methods in org.apache.mahout.math with parameters of type WeightedVector
 int WeightedVectorComparator.compare(WeightedVector a, WeightedVector b)
           
 

Constructors in org.apache.mahout.math with parameters of type WeightedVector
Centroid(WeightedVector original)
           
 



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