public class UnweightedMatrixCache extends BaseMatrixCache<IntArrayWritable>
Constructor and Description |
---|
UnweightedMatrixCache(java.lang.String blockName,
org.apache.hadoop.conf.Configuration conf,
int numCols,
int numRows) |
Modifier and Type | Method and Description |
---|---|
MatrixIterator<IntArrayWritable> |
iterator() |
protected void |
putToMemory(IntIntPairWritable col,
IntArrayWritable rows) |
freeze, put
public UnweightedMatrixCache(java.lang.String blockName, org.apache.hadoop.conf.Configuration conf, int numCols, int numRows) throws java.io.IOException
java.io.IOException
protected void putToMemory(IntIntPairWritable col, IntArrayWritable rows)
putToMemory
in class BaseMatrixCache<IntArrayWritable>
public MatrixIterator<IntArrayWritable> iterator() throws java.io.IOException
java.io.IOException