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

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

Uses of AbstractVector in org.apache.mahout.math
 

Subclasses of AbstractVector in org.apache.mahout.math
protected  class AbstractMatrix.TransposeViewVector
           
 class DenseVector
          Implements vector as an array of doubles
 class MatrixVectorView
          Provides a virtual vector that is really a row or column or diagonal of a matrix.
 class RandomAccessSparseVector
          Implements vector that only stores non-zero doubles
 class SequentialAccessSparseVector
           Implements vector that only stores non-zero doubles as a pair of parallel arrays (OrderedIntDoubleMapping), one int[], one double[].
 class VectorView
          Implements subset view of a Vector
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.