Contains matrix of similarity indices between clusters, after clustering dynamic datasets at consecutive time points.
OverlapA numeric matrix containing the similarity index between clusters extracted at time point t_1 and t_2.
The rows of the matrix illustrate clusters extracted from first clustering \(\xi_1(time point t_1)\),whereas columns represent
clusters extracted from second clustering \(\xi_2(time point t_2)\).
rxA numeric vector containg radius of each cluster from first clustering \(\xi_1\).
ryA numeric vector containg radius of each cluster from second clustering \(\xi_2\).
CentersxA numeric vector containing centers of clusters from first clustering \(\xi_1\).
CentersyA numeric vector containing centers of clusters from second clustering \(\xi_2\).
avgDisxA numeric vector containing average distance between points in a cluster from its center in first clustering \(\xi_1\).
avgDisyA numeric vector containing average distance between points in a cluster from its center in second clustering \(\xi_2\).
clusterMemA vector of integers containing cluster membership from second clustering \(\xi_2\).