scipy.spatial.distance
)# Function reference#
Distance matrix computation from a collection of raw observation vectors stored in a rectangular array.
Predicates for checking the validity of distance matrices, both condensed and redundant. Also contained in this module are functions for computing the number of observations in a distance matrix.
Distance functions between two numeric vectors u
and v
. Computing distances over a large collection of vectors is inefficient for these functions. Use pdist
for this purpose.
Distance functions between two boolean vectors (representing sets) u
and v
. As in the case of numerical vectors, pdist
is more efficient for computing the distances between all pairs.
hamming
also operates over discrete numerical vectors.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4