sklearn.cluster.bicluster Module

From GM-RKB
Jump to navigation Jump to search

An sklearn.cluster.bicluster Module is an sklearn module that contains a collection of Spectral Biclustering Algorithms.



References

2017A

2017B

Algorithms also differ in how rows and columns may be assigned to biclusters, which leads to different bicluster structures. Block diagonal or checkerboard structures occur when rows and columns are divided into partitions.

If each row and each column belongs to exactly one bicluster, then rearranging the rows and columns of the data matrix reveals the biclusters on the diagonal (...)

Note: Biclustering has many other names in different fields including co-clustering, two-mode clustering, two-way clustering, block clustering, coupled two-way clustering, etc. The names of some algorithms, such as the Spectral Co-Clustering algorithm, reflect these alternate names.