|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.clustering.spectral.common.MatrixDiagonalizeJob
public final class MatrixDiagonalizeJob
Given a matrix, this job returns a vector whose i_th element is the sum of all the elements in the i_th row of the original matrix.
Nested Class Summary | |
---|---|
static class |
MatrixDiagonalizeJob.MatrixDiagonalizeMapper
|
static class |
MatrixDiagonalizeJob.MatrixDiagonalizeReducer
|
Method Summary | |
---|---|
static Vector |
runJob(org.apache.hadoop.fs.Path affInput,
int dimensions)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Vector runJob(org.apache.hadoop.fs.Path affInput, int dimensions) throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.InterruptedException
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |