|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.hadoop.DistributedRowMatrix.DistributedMatrixIterator
public static class DistributedRowMatrix.DistributedMatrixIterator
Constructor Summary | |
---|---|
DistributedRowMatrix.DistributedMatrixIterator(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rowPath,
org.apache.hadoop.mapred.JobConf conf)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
MatrixSlice |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistributedRowMatrix.DistributedMatrixIterator(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path rowPath, org.apache.hadoop.mapred.JobConf conf) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<MatrixSlice>
public MatrixSlice next()
next
in interface java.util.Iterator<MatrixSlice>
public void remove()
remove
in interface java.util.Iterator<MatrixSlice>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |