Author: smarthi
Date: Wed Dec  4 05:10:33 2013
New Revision: 1547710

URL: http://svn.apache.org/r1547710
Log:
MAHOUT-1347: Added -ow flag for Streaming KMeans output

Modified:
    mahout/trunk/examples/bin/cluster-reuters.sh

Modified: mahout/trunk/examples/bin/cluster-reuters.sh
URL: 
http://svn.apache.org/viewvc/mahout/trunk/examples/bin/cluster-reuters.sh?rev=1547710&r1=1547709&r2=1547710&view=diff
==============================================================================
--- mahout/trunk/examples/bin/cluster-reuters.sh (original)
+++ mahout/trunk/examples/bin/cluster-reuters.sh Wed Dec  4 05:10:33 2013
@@ -183,7 +183,7 @@ elif [ "x$clustertype" == "xstreamingkme
     -o ${WORK_DIR}/reuters-streamingkmeans \
     -sc org.apache.mahout.math.neighborhood.FastProjectionSearch \
     -dm org.apache.mahout.common.distance.SquaredEuclideanDistanceMeasure \
-    -k 20 -km 200 -rskm \
+    -k 20 -km 200 -rskm -ow \
   && \
   $MAHOUT seqdumper \
     -i ${WORK_DIR}/reuters-streamingkmeans


Reply via email to