{ } Raw JSON

bundles / scipy 1.17.1 / scipy / cluster / _hierarchy / get_max_dist_for_each_cluster

cython_function_or_method

scipy.cluster._hierarchy:get_max_dist_for_each_cluster

Signature

def   get_max_dist_for_each_cluster ( Z MD n )

Summary

Get the maximum inconsistency coefficient for each non-singleton cluster.

Parameters

Z : ndarray

The linkage matrix.

MD : ndarray

The array to store the result (hence this input array gets modified in-place).

n : int

The number of observations.

Aliases

  • scipy.cluster._hierarchy.get_max_dist_for_each_cluster