tags:

views:

57

answers:

1

Hi guys, need your help. I actually don't know how to extract dates from a arff-file.

arff-file: @ATTRIBUTE a1 NUMERIC @ATTRIBUTE a2 NUMERIC @ATTRIBUTE a3 {a,b,c,d,e}

@DATA

12.5,1,b 3.7,2,a 3.5,1,c ...

do C have BufferedReader and InputStreams? Thanks a lot!

A: 

In C? Oy. Why not write a Java program to read arff using the usual classes (e.g. Weka) and write a format you are comfortable with?

bmargulies
the rest of the program is written in c. my part is to gain informations from a database. i chose arff instead of sql.
cknub