|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMatrix | |
---|---|
org.apache.mahout.math.matrix | Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes. |
org.apache.mahout.math.matrix.impl | Matrix implementations; You normally need not look at this package, because all concrete classes implement the
abstract interfaces of org.apache.mahout.math.matrix , without subsetting or supersetting. |
Uses of AbstractMatrix in org.apache.mahout.math.matrix |
---|
Subclasses of AbstractMatrix in org.apache.mahout.math.matrix | |
---|---|
class |
DoubleMatrix1D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
DoubleMatrix2D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
DoubleMatrix3D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
Uses of AbstractMatrix in org.apache.mahout.math.matrix.impl |
---|
Subclasses of AbstractMatrix in org.apache.mahout.math.matrix.impl | |
---|---|
class |
AbstractMatrix1D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
AbstractMatrix2D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
AbstractMatrix3D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
DenseDoubleMatrix1D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
DenseDoubleMatrix2D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
DenseDoubleMatrix3D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
RCDoubleMatrix2D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
SparseDoubleMatrix1D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
SparseDoubleMatrix2D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
class |
SparseDoubleMatrix3D
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
Methods in org.apache.mahout.math.matrix.impl with parameters of type AbstractMatrix | |
---|---|
static java.lang.String |
AbstractFormatter.shape(AbstractMatrix matrix)
Deprecated. Returns a short string representation describing the shape of the matrix. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |