|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMatrix | |
---|---|
org.apache.mahout.math | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
Uses of AbstractMatrix in org.apache.mahout.math |
---|
Subclasses of AbstractMatrix in org.apache.mahout.math | |
---|---|
class |
DenseMatrix
Matrix of doubles implemented using a 2-d array |
class |
MatrixView
Implements subset view of a Matrix |
class |
SparseColumnMatrix
sparse matrix with general element values whose columns are accessible quickly. |
class |
SparseMatrix
Doubly sparse matrix. |
class |
SparseRowMatrix
sparse matrix with general element values whose rows are accessible quickly. |
class |
VectorList
Provides a very flexible matrix that is based on a simple list of vectors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |