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

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

Uses of DenseVector in org.apache.mahout.math
 

Methods in org.apache.mahout.math that return DenseVector
 DenseVector DenseVector.clone()
           
 DenseVector DenseVector.like()
           
 

Methods in org.apache.mahout.math with parameters of type DenseVector
 Vector DenseVector.assign(DenseVector vector)
           
 

Constructors in org.apache.mahout.math with parameters of type DenseVector
DenseVector(DenseVector values, boolean shallowCopy)
           
 



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