I am using the ACE data mining package https://dtai.cs.kuleuven.be/ACE/doc/ACEuser-1.2.16.pdf which uses inductive logic programming.
I am using WARMR to find frequent queries.
In the manual it has a command 'generate_arff' but this command does not seem to be in my version.(Windows). By typing help into ACE it lists the command 'generate_arff/2' but the help does not give any indication what the arguments should be (Presumably an input file and an output file) I have not been able to guess how this works. Anyone know how to do this?
generate_arff('my_program.freq_queries.out','my_program.arff').
This does not work in windows for some reason, but works in Linux