| TransitionCount-class {clusTransition} | R Documentation |
External Transition Count
Description
Trace cluster solutions of dynamic datasets at consecutive time points and counts the clusters that experiences external transition. External transition includes Survive, Split, Merge, newly emerged, and Died candidates.
Slots
SurviveNumber of candidates survive from first clustering
\xi_1.SplitNumber of candidates from first clustering
\xi_1that split into several daughter clusters at second clustering\xi_2.MergeNumber of candidates from first clustering
\xi_1that merge toghter at second clustering\xi_2.DiedNumber of candidates from first clusterin
\xi_1that disapeared at second clustering\xi_2.SurvivalRatioRatio of survive clusters to total number of clusters from first clusering
\xi_1.AbsorptionRatioRatio of Merged clusters to total number of clusters from first clusering
\xi_1.passforwardRatioSum of SurvivalRatio and AbsorptionRatio.
Survival_thrHoldThreshold for survival of clusters.
Split_thrHoldThrehold for split of clusters.
Cluster_TracexVector containing each cluster result from first clustering
\xi_1.