cjdoris / ARFFFiles.jl

Load and save ARFF files
MIT License
5 stars 2 forks source link

Allow tab-delimited data #7

Open cjdoris opened 3 years ago

cjdoris commented 3 years ago

The ARFF description says that data fields can be comma or tab delimited, but we currently only parse comma-delimited data.