# HG changeset patch # User kellrott # Date 1351197688 14400 # Node ID cdcb3276c0e1691b9885934ee926269db17496bf Uploaded diff -r 000000000000 -r cdcb3276c0e1 cluster3.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cluster3.xml Thu Oct 25 16:41:28 2012 -0400 @@ -0,0 +1,207 @@ + + Cluster 3.0 + $scriptfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + cparam['run_mode'] == "clustering" + + + cparam['run_mode'] == "clustering" and cparam['cluster_mode']['mode_name'] == "hierarchical" and cparam['col_distance'] != "0" + + + cparam['run_mode'] == "clustering" and cparam['cluster_mode']['mode_name'] == "hierarchical" and cparam['row_distance'] != "0" + + + cparam['run_mode'] == "clustering" and cparam['cluster_mode']['mode_name'] == "kmeans" and cparam['col_distance'] != "0" + + + cparam['run_mode'] == "clustering" and cparam['cluster_mode']['mode_name'] == "kmeans" and cparam['row_distance'] != "0" + + + cparam['run_mode']=="pca" and cparam['pca_mode'] == "row" + + + cparam['run_mode']=="pca" and cparam['pca_mode'] == "row" + + + cparam['run_mode']=="pca" and cparam['pca_mode'] == "col" + + + cparam['run_mode']=="pca" and cparam['pca_mode'] == "col" + + + + + + + + +A Wrapper for the Cluster3.0 program http://bonsai.hgc.jp/~mdehoon/software/cluster/software.htm + +Principle modes: + + - K-means Clustering + - Hierarchical Clustering + - Principal Component Analysis + +Source code at http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster-1.50.tar.gz + +For command line version, +./configure --without-x +make +make install + + +