weather {Clustering} | R Documentation |
One of the most known testing data sets in machine learning. This data sets describes several situations where the weather is suitable or not to play sports, depending on the current outlook, temperature, humidity and wind.
Description
One of the most known testing data sets in machine learning. This data sets describes several situations where the weather is suitable or not to play sports, depending on the current outlook, temperature, humidity and wind.
Usage
data(weather)
Format
A data frame with 14 observations on 5 variables:
One of the most known testing data sets in machine learning. This data sets describes several situations where the weather is suitable or not to play sports, depending on the current outlook, temperature, humidity and wind.
- Outlook
sunny, overcast, rainy
- Temperature
hot, mild, cool
- Humidity
high, normal
- Windy
true, false
- Play
yes, no
Source
KEEL, <http://www.keel.es/>
[Package Clustering version 1.7.10 Index]