-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.arff
84 lines (82 loc) · 1.67 KB
/
test.arff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
@relation HW1_TEST
@attribute sepal_length real
@attribute sepal_width real
@attribute petal_length real
@attribute petal_width real
%attribute ExampleID
@data
6.7,3.1,4.4,1.4,x1
4.4,3.2,1.3,0.2,x2
5.3,3.7,1.5,0.2,x3
7.7,2.8,6.7,2.0,x10
5.1,3.5,1.4,0.2,x11
6.5,3.0,5.2,2.0,x12
7.1,3.0,5.9,2.1,x13
6.4,2.7,5.3,1.9,x14
5.2,2.7,3.9,1.4,x15
7.0,3.2,4.7,1.4,x16
7.2,3.2,6.0,1.8,x17
5.4,3.7,1.5,0.2,x19
5.6,3.0,4.5,1.5,x20
5.9,3.2,4.8,1.8,x21
5.1,3.4,1.5,0.2,x22
6.9,3.1,4.9,1.5,x23
6.0,2.2,4.0,1.0,x24
4.7,3.2,1.6,0.2,x25
4.6,3.6,1.0,0.2,x27
5.6,3.0,4.1,1.3,x31
5.5,3.5,1.3,0.2,x33
5.5,2.4,3.8,1.1,x34
5.1,3.8,1.6,0.2,x35
6.3,3.3,4.7,1.6,x36
6.6,2.9,4.6,1.3,x100
7.7,3.0,6.1,2.3,x101
6.4,2.9,4.3,1.3,x102
6.9,3.1,5.1,2.3,x103
6.7,3.0,5.0,1.7,x104
4.3,3.0,1.1,0.1,x105
7.7,2.6,6.9,2.3,x106
6.7,3.3,5.7,2.5,x107
6.7,2.5,5.8,1.8,x108
1.0,3.1,1.6,0.2,x109
5.7,4.4,1.5,0.4,x110
6.5,3.0,5.5,1.8,x111
6.1,3.0,4.9,1.8,x112
5.4,3.4,1.7,0.2,x113
6.5,3.2,5.1,2.0,x114
5.2,3.4,1.4,0.2,x115
5.7,3.0,4.2,1.2,x116
5.5,2.3,4.0,1.3,x117
5.0,3.4,1.6,0.4,x118
5.8,2.7,5.1,1.9,x119
6.1,2.8,4.0,1.3,x120
5.7,2.5,5.0,2.0,x121
6.3,2.9,5.6,1.8,x122
4.9,3.1,1.5,0.1,x123
6.8,3.2,5.9,2.3,x124
6.9,3.2,5.7,2.3,x125
6.7,3.1,4.7,1.5,x126
5.7,2.8,4.1,1.3,x127
5.0,3.5,1.6,0.6,x128
5.4,3.9,1.7,0.4,x129
5.2,3.5,1.5,0.2,x130
6.1,2.8,4.7,1.2,x131
5.7,2.9,4.2,1.3,x132
5.8,2.7,3.9,1.2,x133
5.0,3.3,1.4,0.2,x134
6.8,2.8,4.8,1.4,x135
6.3,2.8,5.1,1.5,x136
6.2,2.2,4.5,1.5,x137
6.0,3.0,4.8,1.8,x138
5.1,3.5,1.4,0.3,x139
5.7,3.8,1.7,0.3,x140
6.1,3.0,4.6,1.4,x141
5.8,4.0,1.2,0.2,x142
7.2,3.6,6.1,2.5,x143
6.1,2.6,5.6,1.4,x144
5.5,2.5,4.0,1.3,x145
7.3,2.9,6.3,1.8,x146
4.8,3.0,1.4,0.1,x147
7.6,3.0,6.6,2.1,x148
6.5,3.0,5.8,2.2,x149
5.1,3.3,1.7,0.5,x150