Hi, I have some data that is presented as follows:
0,tcp,http,SF,239,486,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,8,8,0.00,0.00,0.00,0.00,1.00,0.00,0.00,19,19,1.00,0.00,0.05,0.00,0.00,0.00,0.00,0.00,normal.
Its from the 1999 kdd cup, which was based on the darpa set.
the text file that I have has lines and lines of data like this, in matlab there is a general clustering tool that you can use by typing findcluster, but it only accepts .dat files.
Im also not very sure if it will accept a format like this. Im also not sure why there are so many trailing zeros in the dump files.
Can anyone help how I can use a text document and run it through the fcm clustering method in Matlab? Code help is really necessary.