Re: [Tutor] dynamically creating list

2009-03-23 Thread A.T.Hofkamp
Bala subramanian wrote: 1) Now my question is, how to make this list creation dynamics, say if user enter number of clusters = 4, i would create four list. If the user enter 3, then i shd create three lists inside my program. How to do this dynamic creation of list depending on user input. Use

[Tutor] dynamically creating list

2009-03-23 Thread Bala subramanian
Dear Friends, I have a text output file from a program that does clustering. Now i have to parse the text output file to separate data points belonging to each cluster. I am thinking to design the algo. in the following way. i) ask the user the text output file ii) ask the user for the number of