This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes the Bray-Curtis distance between two n-vectors u and v, which is defined as
The Bray-Curtis distance is in the range [0, 1] if all coordinates are positive, and is undefined if the inputs are of length zero.
Parameters : | u : ndarray
v : ndarray
|
---|---|
Returns : | d : double
|