~ubuntu-branches/ubuntu/trusty/weka/trusty-proposed

« back to all changes in this revision

Viewing changes to data/weather.arff

  • Committer: Bazaar Package Importer
  • Author(s): Soeren Sonnenburg
  • Date: 2008-02-24 09:18:45 UTC
  • Revision ID: james.westby@ubuntu.com-20080224091845-1l8zy6fm6xipbzsr
Tags: upstream-3.5.7+tut1
ImportĀ upstreamĀ versionĀ 3.5.7+tut1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@relation weather
 
2
 
 
3
@attribute outlook {sunny, overcast, rainy}
 
4
@attribute temperature real
 
5
@attribute humidity real
 
6
@attribute windy {TRUE, FALSE}
 
7
@attribute play {yes, no}
 
8
 
 
9
@data
 
10
sunny,85,85,FALSE,no
 
11
sunny,80,90,TRUE,no
 
12
overcast,83,86,FALSE,yes
 
13
rainy,70,96,FALSE,yes
 
14
rainy,68,80,FALSE,yes
 
15
rainy,65,70,TRUE,no
 
16
overcast,64,65,TRUE,yes
 
17
sunny,72,95,FALSE,no
 
18
sunny,69,70,FALSE,yes
 
19
rainy,75,80,FALSE,yes
 
20
sunny,75,70,TRUE,yes
 
21
overcast,72,90,TRUE,yes
 
22
overcast,81,75,FALSE,yes
 
23
rainy,71,91,TRUE,no