Description Usage Arguments Value Examples
View source: R/dba_clust_associate.R
Associate numerical times series to the closest centroid for each freatures with the dtw
function.
Based o DTW distance.
1 2 | dba_clust_associate(dt, pc.dba, explanatory_variable = colnames(dt),
list_cluster_k, print_time = FALSE)
|
dt |
A matrix, json or data frame where each row is a time series, or a list where each element is a time series |
explanatory_variable |
list of covariates (optional), |
list_cluster_k |
Number of desired clusters. It can be a numeric vector with different values. |
print_time |
computational time |
An dataframe
1 | dba_clust_associate(dt = data.train[1:1000,listInteger], list_cluster_k = list_cluster_k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.