https://github.com/awojna/Rseslib
Revision 5de1d5fd574ede15f017eb48396739665bc438c5 authored by awojna on 05 February 2018, 16:28:25 UTC, committed by awojna on 05 February 2018, 16:28:25 UTC
1 parent 62bf31b
Raw File
Tip revision: 5de1d5fd574ede15f017eb48396739665bc438c5 authored by awojna on 05 February 2018, 16:28:25 UTC
Minimum weka version changed to 3.8.0
Tip revision: 5de1d5f
weather.arff
@relation weather

@attribute outlook {sunny, overcast, rainy}
@attribute temperature real
@attribute humidity real
@attribute windy {TRUE, FALSE}
@attribute play {yes, no}

@data
sunny,85,85,FALSE,no
sunny,80,90,TRUE,no
overcast,83,86,FALSE,yes
rainy,70,96,FALSE,yes
rainy,68,80,FALSE,yes
rainy,65,70,TRUE,no
overcast,64,65,TRUE,yes
sunny,72,95,FALSE,no
sunny,69,70,FALSE,yes
rainy,75,80,FALSE,yes
sunny,75,70,TRUE,yes
overcast,72,90,TRUE,yes
overcast,81,75,FALSE,yes
rainy,71,91,TRUE,no
back to top