Student Name: Song Xue Student ID: 667692 Student Login Name: sxue1
DataInput.py: This python script takes in an CSV file and generate categories for each attributes. After generateing categories, it will replace the attributes to corresponding number. Finally, it would print out the new table with replaced numeric values. Category.txt: Categories generated by DataInput.py Numeric Data.CSV: The output of DataInput.py in CSV format Arff2CSV.java & CSV2Arff.java: Utilities from transfering the data format between CSV and Arff. Numeric Data.Arff: Use the utilities to transfer the CSV file to Arff file.
All the detailed analysis results mention in the report.