Next: How do I use
Up: FAQ
Previous: FAQ
Contents
Use the class weka.filters.unsupervised.attribute.Discretize to discretize them.
From the command line, you can use
java weka.filters.unsupervised.attribute.Discretize -B 3 -i infile.arff -o outfile.arff
where the -B option determines the cardinality of the discretized variables.
Remco Bouckaert
2008-05-12