@relation student_score_clustered @attribute Instance_number numeric @attribute math numeric @attribute physics numeric @attribute english numeric @attribute chinese numeric @attribute Cluster {cluster0,cluster1,cluster2,cluster3} @data 0,90,100,40,50,cluster2 1,80,90,30,45,cluster2 2,85,95,50,40,cluster2 3,30,50,100,90,cluster0 4,50,40,90,95,cluster0 5,35,45,95,100,cluster0 6,100,90,95,100,cluster1 7,87,95,95,90,cluster1 8,10,40,30,50,cluster3 9,50,30,20,60,cluster3