Click here to Skip to main content
15,908,776 members

Comments by Member 7203335 (Top 1 by date)

Member 7203335 27-May-10 6:34am View    
Thank you Ash,

The data I am going to process are rows of data tuples from a database, that I need to measure the distance between these attributes to measure the similarity. You may say that it's better to do it in with the SQL, That's right, but this process is only a part of a complete algorithm that will use the results during the run time [let's say i.e to do clustering]. So it's not a sparse matrix even.

Thanks,
Ibrahim