1 May 2012 01:52
how to get results of unsupervised clustering
divadpoc <bearpoc <at> gmail.com>
2012-04-30 23:52:01 GMT
2012-04-30 23:52:01 GMT
Hy, currently i'm trying to cluster messages. therefore I generate an arff-file with the following header <at> relation myrel <at> attribute id string <at> attribute features string <at> data the id can also be of type numeric, but it would be easier to leave it as a string. My goal would be to cluster the features and in the end I want to build a kind of a tree structure, like cluster1 - id1 - id2 - id5 cluster2 - id3 - id4 preferably with some label instead of "clusterX". atm I don't have that much of an idea how to achieve it with Weka and Java. I'm just able to cluster according to the wiki page http://weka.wikispaces.com/Use+Weka+in+your+Java+code#Clustering - although, the program hasn't stopped yet (almost 30 minutes) so there(Continue reading)
RSS Feed