Description Details Author(s) References Examples
SpaTimeClus is a tool for clustering Spatio-Temporal data.
Package: | SpaTimeClus |
Type: | Package |
Version: | 1.0.0 |
Date: | 2016-12-21 |
License: | GPL-2 |
LazyLoad: | yes |
The main function of this package is spatimeclus that performs the clustering of spatio-temporal data.
Author: Cheam A., Marbac M., and McNicholas P.
Cheam A., Marbac M., and McNicholas P., Model-Based Clustering for Spatio-Temporal Data Applied for Air Quality.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
data(airparif)
# Clustering of the data by considering the spatial dependencies
res.spa <- spatimeclus(airparif$obs, G=3, K=4, Q=4, map = airparif$map,
nbinitSmall=50, nbinitKept=5, nbiterSmall=5)
summary(res.spa)
# Clustering of the data without considering the spatial dependencies
res.nospa <- spatimeclus(airparif$obs, G=3, K=4, Q=4, nbinitSmall=50, nbinitKept=5, nbiterSmall=5)
summary(res.nospa)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.