MCPcopy Create free account
hub / github.com/epsilon-machine/missingpy / pairwise_distances

Function pairwise_distances

missingpy/pairwise_external.py:191–315  ·  view source on GitHub ↗

Compute the distance matrix from a vector array X and optional Y. This method takes either a vector array or a distance matrix, and returns a distance matrix. If the input is a vector array, the distances are computed. If the input is a distances matrix, it is returned instead. Th

(X, Y=None, metric="euclidean", n_jobs=1, **kwds)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test_weight_distanceFunction · 0.90
transformMethod · 0.85

Calls 2

_get_maskFunction · 0.85
check_pairwise_arraysFunction · 0.85

Tested by 2

test_weight_distanceFunction · 0.72