Weka Wiki
Csv file conversion
Initializing search
    GitHub
    GitHub
    • Home
    • Downloading and installing Weka
    • Requirements
    • Documentation
    • Getting help
    • Citing Weka
    • Literature
    • Development
    • History
      • FAQ
      • Not so FAQ
      • Troubleshooting
      • Using the API
      • Extending Weka
      • ARFF Format
      • Primer
      • Datasets
      • Visualization Articles
      • Properties File
      • Packages
      • Experimenter

    Csv file conversion

    Either load the CSV file in the Explorer or use the CSV converter on the commandline as follows:

     java weka.core.converters.CSVLoader filename.csv > filename.arff
    
    See also the Converting CSV to ARFF article and FAQ Can I use CSV files?.

    Made with Material for MkDocs