Hi I'm new to Weka, using it to analyse the user attributes based on user ID. the raw data may looks like this,
[userid->game coin]
10001-> 100
10002-> 501
...
i am trying to do a K-Mean Clustering on [game coin] and sort the data into some groups and, is it possible to save the sorted [userid] results, just as some non-overlapped collections of [userid] in Weka? Thanks for your information.