org.apache.mahout.clustering.meanshift
Class MeanShiftCanopyDriver
java.lang.Object
org.apache.mahout.clustering.meanshift.MeanShiftCanopyDriver
public final class MeanShiftCanopyDriver
- extends java.lang.Object
Method Summary |
static void |
createCanopyFromVectors(java.lang.String input,
java.lang.String output)
Run the job |
static void |
main(java.lang.String[] args)
|
static void |
runJob(java.lang.String input,
java.lang.String output,
java.lang.String control,
java.lang.String measureClassName,
double t1,
double t2,
double convergenceDelta)
Run the job |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(java.lang.String[] args)
runJob
public static void runJob(java.lang.String input,
java.lang.String output,
java.lang.String control,
java.lang.String measureClassName,
double t1,
double t2,
double convergenceDelta)
- Run the job
- Parameters:
input
- the input pathname Stringoutput
- the output pathname Stringcontrol
- the control pathmeasureClassName
- the DistanceMeasure class namet1
- the T1 distance thresholdt2
- the T2 distance thresholdconvergenceDelta
- the double convergence criteria
createCanopyFromVectors
public static void createCanopyFromVectors(java.lang.String input,
java.lang.String output)
- Run the job
- Parameters:
input
- the input pathname Stringoutput
- the output pathname String
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.