Learn R Programming

dtwclust (version 2.1.1)

clusterSim: Cluster Similarity Matrix

Description

Returns a matrix of cluster similarities. Currently two methods for computing similarities of clusters are implemented. This generic is included in the flexclust package.

Usage

## S3 method for class 'dtwclust':
clusterSim(object, data = NULL, method = c("shadow",
  "centers"), symmetric = FALSE, ...)

Arguments

object, data, method, symmetric, ...

See Also

clusterSim