source: src/test/java/weka/classifiers/data/ClassifierTest.arff @ 8

Last change on this file since 8 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 864 bytes
Line 
1@relation ClassifierTest
2@attribute StringAtt1 string
3@attribute NominalAtt1 {r, g}
4@attribute NumericAtt1 numeric
5@attribute StringAtt2 string
6@attribute NominalAtt2 {a, b, c, d}
7@attribute NumericAtt2 numeric
8@data
9humpty ,g , 1.0 ,the   ,a ,-2.3
10dumpty ,g , 2.0 ,quick ,b ,-3.3
11sat    ,r , 3.0 ,brown ,c ,-2.4
12on     ,r , 4.0 ,fox   ,d ,-5.3
13a      ,g , 5.0 ,jumped,a ,-2.6
14wall   ,r , 6.0 ,over  ,b ,-7.3
15humpty ,r , 7.0 ,the   ,c ,-2.8
16dumpty ,g , 8.0 ,lazy  ,d ,-9.3
17had    ,g , 9.0 ,dog   ,? ,-2.0
18a      ,r , 9.4 ,?     ,? ,-9.0
19great  ,r , 1.4 ,the   ,a ,-8.3
20fall   ,g , 2.3 ,quick ,b ,-7.3
21all    ,r , 3.3 ,brown ,c ,?
22the    ,r , 4.3 ,fox   ,d ,-5.3
23kings  ,g , 5.3 ,jumped,? ,-5.6
24horses ,g , 6.5 ,over  ,b ,-4.3
25and    ,r , 7.5 ,the   ,c ,-3.8
26all    ,r , 8.5 ,lazy  ,d ,-2.3
27the    ,r , 9.4 ,?     ,a ,-1.0
28{0 wall, 2 4.3, 4 d}
29{1 g, 3 lazy, 5 3.4}
Note: See TracBrowser for help on using the repository browser.