Coclustering

The coclust.coclustering module gathers implementations of co-clustering algorithms.

Classes

Each of the following classes implements a co-clustering algorithm:

coclust.coclustering.CoclustMod([…]) Co-clustering by direct maximization of graph modularity.
coclust.coclustering.CoclustSpecMod([…]) Co-clustering by spectral approximation of the modularity matrix.
coclust.coclustering.CoclustInfo([…]) Information-Theoretic Co-clustering.

User guide

coclust.coclustering.CoclustMod and coclust.coclustering.CoclustSpecMod are diagonal co-clustering algorithms whereas coclust.coclustering.CoclustInfo is a non-diagonal co-clustering algorithm.