Search:

Type: Posts; User: alikd

Search: Search took 0.07 seconds.

  1. Re: Import CSV data into 2d array then compare each row

    Thank you that is so helpful; but i still have a problem in importing unknown number of rows from a CSV file.


    plz check the following:



    public class array {

    public static void...
  2. Re: Import CSV data into 2d array then compare each row

    MYCT,MMIN,MMAX,CACH,CHMIN,CHMAX,class
    240,512,2000,8,1,5,11
    105,2000,4000,8,3,8,22

    it may contain also string data not only numeric.

    This is an example of 2 rows of the file
    note that i...
  3. Re: Import CSV data into 2d array then compare each row

    Hello Jim, Thank you for your fast reply.

    Each row in the file represent an attribute for a point; that point is a data i need to give it a weight then calculate the euclidean distance between...
  4. Import CSV data into 2d array then compare each row

    Hey Guys;

    I have a CSV file that i need to compare each row with the rest to see if they are equal or not.
    I knew how to create an array list but i dont know how to carry on to compare each row...
Results 1 to 4 of 4