|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomAccessSparseVector | |
---|---|
org.apache.mahout.math | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
Uses of RandomAccessSparseVector in org.apache.mahout.math |
---|
Methods in org.apache.mahout.math that return RandomAccessSparseVector | |
---|---|
RandomAccessSparseVector |
RandomAccessSparseVector.clone()
|
RandomAccessSparseVector |
RandomAccessSparseVector.like()
|
Constructors in org.apache.mahout.math with parameters of type RandomAccessSparseVector | |
---|---|
RandomAccessSparseVector(RandomAccessSparseVector other,
boolean shallowCopy)
|
|
SparseColumnMatrix(int rows,
int columns,
RandomAccessSparseVector[] columnVectors)
Construct a matrix of the given cardinality with the given data columns |
Constructor parameters in org.apache.mahout.math with type arguments of type RandomAccessSparseVector | |
---|---|
SparseMatrix(int rows,
int columns,
Map<Integer,RandomAccessSparseVector> rowVectors)
Construct a matrix of the given cardinality with the given row map |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |