Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.35 KB

README.rst

File metadata and controls

35 lines (23 loc) · 1.35 KB

pairwisedist

Useful links: Documentation | Source code | Bug reports | pipimage | travisci | downloads


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