Search code examples
xmlwekafile-formatarff

WEKA file formats


Can I feed WEKA with xml files? Or should I use arff format?

thanks


Solution

  • Loading arff formatted datasets into weka has always been easiest for me (converting datasets to arff is usually not too difficult). To my knowledge, you can also load datasets from a DB or datasets that are in CSV format into Weka. As for XML: I've never loaded an XML doc into Weka however this has promise http://weka.wikispaces.com/XRFF and might be what you need.