| temperature_city.int | R Documentation |
Interval-valued monthly temperatures for major cities worldwide. Benchmark dataset for comparing distance measures (Hausdorff, L2, Wasserstein) in dynamic clustering algorithms.
data(temperature_city.int)
A data frame with 6 observations and 13 columns (6 monthly interval
variables in _l/_u Min-Max pairs, plus a label). Only
January through June are included:
city: City name (character).
jan_l, jan_u: January temperature range (degrees Celsius).
feb_l, feb_u: February temperature range.
mar_l, mar_u: March temperature range.
apr_l, apr_u: April temperature range.
may_l, may_u: May temperature range.
jun_l, jun_u: June temperature range.
Expert partition into 4 classes: Class 1 (tropical/warm), Class 2 (temperate European and Asian), Class 3 (Mauritius), Class 4 (Tehran).
| Sample size (n) | 6 |
| Variables (p) | 13 |
| Subject area | Climate |
| Symbolic format | Interval |
| Analytical tasks | Clustering |
Verde, R. and Irpino, A. (2008). A new interval data distance based on the Wasserstein metric. Proc. COMPSTAT 2008, pp. 705-712.
data(temperature_city.int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.