Overlap {clusTransition}R Documentation

Overlap

Description

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.

Usage

Overlap(object, e1, e2)

## S4 method for signature 'OverLap,Clustering,Clustering'
Overlap(object, e1, e2)

## S4 method for signature 'OverLap,ANY,ANY'
Overlap(object, e1, e2)

Arguments

object

An object of class OverLap

e1

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.

e2

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.

Value

Return an object of class OverLap.


[Package clusTransition version 1.0 Index]