|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.clustering.canopy.CanopyClusteringJob
public final class CanopyClusteringJob
Runs the
CanopyDriver.runJob(String, String, String, double, double)
and
then
ClusterDriver.runJob(String, String, String, String, double, double)
.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_CANOPIES_OUTPUT_DIRECTORY
The default name of the canopies output sub-directory. |
static java.lang.String |
DEFAULT_CLUSTER_OUTPUT_DIRECTORY
The default name of the directory used to output clusters. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static void |
runJob(java.lang.String input,
java.lang.String output,
java.lang.String measureClassName,
double t1,
double t2)
Run the job |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_CANOPIES_OUTPUT_DIRECTORY
public static final java.lang.String DEFAULT_CLUSTER_OUTPUT_DIRECTORY
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.io.IOException
args
-
java.io.IOException
public static void runJob(java.lang.String input, java.lang.String output, java.lang.String measureClassName, double t1, double t2) throws java.io.IOException
input
- the input pathname Stringoutput
- the output pathname StringmeasureClassName
- the DistanceMeasure class namet1
- the T1 distance thresholdt2
- the T2 distance threshold
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |