pairwisedist
Useful links: Documentation |
Source code |
Bug reports | |
|
What is pairwisedist?
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.
How do I install pairwisedist?
You can install pairwisedist via PyPI. Use the following command in the python prompt:
$ pip install pairwisedist