I have three values that are associated to a specific file. Each file belongs to a specific family. I need to improve a "cross validation" in Weka to understand if with these three values i'm able to identify the family. Now which are the steps to create the Csv or Arff file that i have to open on Weka? My txt has this formatting.
File_Family_1 Value1, Value2,Value3
File_Family_1 Value1, Value2,Value3
File_Family_2 Value1, Value2,Value3
File_Family_2 Value1, Value2,Value3
File_Family_3 Value1, Value2,Value3
File_Family_3 Value1, Value2,Value3