|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.clustering.spectral.eigencuts.EigencutsAffinityCutsJob
public final class EigencutsAffinityCutsJob
Nested Class Summary | |
---|---|
static class |
EigencutsAffinityCutsJob.EigencutsAffinityCutsCombiner
|
static class |
EigencutsAffinityCutsJob.EigencutsAffinityCutsMapper
|
static class |
EigencutsAffinityCutsJob.EigencutsAffinityCutsReducer
|
Method Summary | |
---|---|
static long |
runjob(org.apache.hadoop.fs.Path currentAffinity,
org.apache.hadoop.fs.Path cutMatrix,
org.apache.hadoop.fs.Path nextAffinity,
org.apache.hadoop.conf.Configuration conf)
Runs a single iteration of defining cluster boundaries, based on previous calculations and the formation of the "cut matrix". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static long runjob(org.apache.hadoop.fs.Path currentAffinity, org.apache.hadoop.fs.Path cutMatrix, org.apache.hadoop.fs.Path nextAffinity, org.apache.hadoop.conf.Configuration conf) throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.InterruptedException
currentAffinity
- Path to the current affinity matrix.cutMatrix
- Path to the sensitivity matrix.nextAffinity
- Output path for the new affinity matrix.
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 |