OverLap-class {clusTransition} | R Documentation |
Overlap between clusters
Description
Contains matrix of similarity indices between clusters, after clustering dynamic datasets at consecutive time points.
Slots
Overlap
A numeric matrix containing the similarity index between clusters extracted at time point
t_1
andt_2
. The rows of the matrix illustrate clusters extracted from first clustering,whereas columns represent clusters extracted from second clustering
.
rx
A numeric vector containg radius of each cluster from first clustering
.
ry
A numeric vector containg radius of each cluster from second clustering
.
Centersx
A numeric vector containing centers of clusters from first clustering
.
Centersy
A numeric vector containing centers of clusters from second clustering
.
avgDisx
A numeric vector containing average distance between points in a cluster from its center in first clustering
.
avgDisy
A numeric vector containing average distance between points in a cluster from its center in second clustering
.
clusterMem
A vector of integers containing cluster membership from second clustering
.