Files
ArffFiles/tests/error_data/empty_attribute_name.arff

9 lines
108 B
Plaintext

@relation test
@attribute feature1 real
@attribute real
@attribute class {A,B}
@data
1.0,2.0,A
4.0,5.0,B