partition_by_kmeanspp {simplifyEnrichment}R Documentation

Partition by kmeans++

Description

Partition by kmeans++

Usage

partition_by_kmeanspp(mat)

Arguments

mat

The similarity matrix.

Details

This function is used to set to the partition_fun argument in binary_cut.

Examples

# There is no example
NULL


[Package simplifyEnrichment version 1.0.0 Index]