Pretty much. I'm not aware of an elegant solution.
But after you've created the large CSV file, you could simply use the
Explorer and the RemoveRange instance filter to remove the correct
range of instances from the combined dataset to generate ARFF files
with the same content as the original CSV files.
For instance, the first CSV file has 150 rows and the second 250. Then
you could use the following two filter setups to re-create the
original datasets again from the combined dataset:
- recreate 1st dataset
weka.filters.unsupervised.instance.RemoveRange -V -R 1-150
- recreate 2nd dataset
weka.filters.unsupervised.instance.RemoveRange -R 1-150
Cheers, Peter
--
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
http://www.cms.waikato.ac.nz/~fracpete/ Ph.
+64 (7) 858-5174