[Tutor] python clusters

Steven D'Aprano steve at pearwood.info
Thu Apr 14 01:05:15 CEST 2011


nookasree ponamala wrote:
> Hi 
> 
> I've 30 variables in a text file and I want to read this text file and create 10 clusters based on 18 variables.


How do you get variables in a text file? Normally text files contain text.

What is a cluster?

How would you create 10 clusters based on 18 variables, if the variables 
were in memory? Do exactly the same thing, but read the variables from 
the test file first.


> I want to read an other text file and find the closest match  using these clusters 

What is in the other text file? How do you define "closest match"?




-- 
Steven



More information about the Tutor mailing list