Interface | Description |
---|---|
MatrixCache<V extends org.apache.hadoop.io.Writable> | |
MatrixIterator<V extends org.apache.hadoop.io.Writable> | |
VectorCache<V extends org.apache.hadoop.io.Writable> | |
VectorIterator<V extends org.apache.hadoop.io.Writable> |
Class | Description |
---|---|
BaseMatrixCache<M extends org.apache.hadoop.io.Writable> |
Represents a matrix block contains matrix elements.
|
BaseMatrixIterator<V extends org.apache.hadoop.io.Writable> |
Iterates over all elements in the given matrix block.
|
BaseVectorCache<V extends org.apache.hadoop.io.Writable> | |
BitSet | |
BitStringsVectorCache |
Represents a vector block contains bitstring values.
|
DoubleVectorCache | |
FileUtils |
An utility class to manipulate files.
|
UnweightedMatrixCache | |
WeightedMatrixCache |