Description Usage Arguments Value Author(s)
View source: R/F_occupancy_cluster.R
Determines two clusters of high and low consumption times (e.g., non-ocupancy during holidays)
1 | occupancy_cluster(consumption, n_days_check = 4, sds_between_clusters = 1.5)
|
consumption |
the consumption time series |
n_days_check |
number of consecutive days that should be considered as a minimal cluster |
sds_between_clusters |
the multiples of standatd deviation that must be at least between the cluster centers (decimal number) |
list with cluster assignments and the k-Means clustering model
Konstantin Hopf konstantin.hopf@uni-bamberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.