|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 static class |
AbstractMatrix.TransposeViewVector
|
class |
ConstantVector
Implements a vector with all the same values. |
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 |
PermutedVectorView
Provides a permuted view of a vector. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |