Clustering functions (gneiss.cluster)

This module contains functions to build hierarchical clusterings.

Functions

correlation_linkage(X[, method]) Hierarchical Clustering based on proportionality.
gradient_linkage(X, y[, method]) Hierarchical Clustering on known gradient.
rank_linkage(r[, method]) Hierchical Clustering on feature ranks.
random_linkage(n) Generates a tree with random topology.