I saw example code for K means clustering . It takes input  data points as
pair of double values (1.2 2.3\n5.3 7.2\.). My question is how do I convert
my business data to this format. I have customer data which has columns
like house hold income , education and several others. I want to do
clustering on multiple columns something like Neilsen segments.

Thanks
Ashutosh

Reply via email to