Useful links: Documentation | Source code | Bug reports | | |
Calculate the pairwise-distance matrix for an array of n samples by p features, using a selection of distance metrics. Currently supports the Jackknife-correlation dissimilarity, the Son and Baek dissimilarities YS1 and YR1, the Pearson correlation dissimilarity and the Spearman correlation dissimilarity.
You can install pairwisedist via PyPI. Use the following command in the python prompt:
$ pip install pairwisedist