Initialize slots of class OverLap by importing clustering solutions of dynamic
datasets at two consecutive time points. Clusters at each time point should be provided as a list of
matrices, where each matrix contains dataset belongs to the corresponding cluster.
Overlap(object, e1, e2)# S4 method for OverLap,Clustering,Clustering
Overlap(object, e1, e2)
# S4 method for OverLap,ANY,ANY
Overlap(object, e1, e2)
An object of class OverLap
An object of class Clustering, or any object that can be coerced, such as list of matrices
or data frames that contain clusters from first clustering.
An object of class Clustering, or any object that can be coerced, such as list of matrices
or data frames that contain clusters from second clustering.
Return an object of class OverLap.