Hi all,
I'm trying to K-means cluster some data using Cluster 3.0, then view it using Java TreeView (assorted links to software here http://bonsai.hgc.jp/~mdehoon/softwa...r/software.htm), but when I load the results of the clustering into TreeView, I get the following error:
Any idea how to fix this? The cdt and kgg files are on dropbox at:
and
Thanks!
EDIT: Alternatively, if anyone has any clustering/heatmapping software that they're happy with for exploring data, I'm certainly open to switching
I'm trying to K-means cluster some data using Cluster 3.0, then view it using Java TreeView (assorted links to software here http://bonsai.hgc.jp/~mdehoon/softwa...r/software.htm), but when I load the results of the clustering into TreeView, I get the following error:
Code:
loading /LabStuff/Data/Spring2013/25um_spacers_K_G20.cdt ... Finding Cdt Dimensions Got null header, setting to empty string error parsing File: LoadException 1: Error Parsing CDT: java.lang.NullPointerException parse cannot succeed. please fix.
and
Thanks!
EDIT: Alternatively, if anyone has any clustering/heatmapping software that they're happy with for exploring data, I'm certainly open to switching
Comment