source: branches/MetisMQI/src/test/java/weka/filters/data/FilterTest.arff

Last change on this file was 29, checked in by gnappo, 15 years ago

Taggata versione per la demo e aggiunto branch.

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