You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2014/06/01 05:17:50 UTC

git commit: Removing canopy from synthetic control example.

Repository: mahout
Updated Branches:
  refs/heads/master 88bddb08a -> 127bd0134


Removing canopy from synthetic control example.


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/127bd013
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/127bd013
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/127bd013

Branch: refs/heads/master
Commit: 127bd01344532f2f666335b80450279bb96c45eb
Parents: 88bddb0
Author: Andrew Musselman <ak...@apache.org>
Authored: Sat May 31 20:16:05 2014 -0700
Committer: Andrew Musselman <ak...@apache.org>
Committed: Sat May 31 20:16:05 2014 -0700

----------------------------------------------------------------------
 examples/bin/cluster-syntheticcontrol.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/127bd013/examples/bin/cluster-syntheticcontrol.sh
----------------------------------------------------------------------
diff --git a/examples/bin/cluster-syntheticcontrol.sh b/examples/bin/cluster-syntheticcontrol.sh
index 188d166..3f1229e 100755
--- a/examples/bin/cluster-syntheticcontrol.sh
+++ b/examples/bin/cluster-syntheticcontrol.sh
@@ -27,7 +27,7 @@ if [ "$1" = "--help" ] || [ "$1" = "--?" ]; then
   exit
 fi
 
-algorithm=( canopy kmeans fuzzykmeans )
+algorithm=( kmeans fuzzykmeans )
 if [ -n "$1" ]; then
   choice=$1
 else