I downloaded cluto and I want to send a text file includes sparse data as input and want to get the output of clustered data. For example:
4 3 9
1 0.4 2 0.4
1 0.4 2 0.4
2 1.2 3 1.2
1 0.4 2 0.4 3 0.4
is my input and ı want to get the output as
column cluster
1 1
2 1
3 2
4 1
I cannot find the way of that. How can I use cluto vcluster.exe to achieve this process?