Skip to main content

No project description provided

Project description

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. 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

History

1.2.0 (2020-06-21)

Added

  • Updated API to make imports easier (for example: ‘from pairwisedist import jackknife_distance’ instead of ‘from pairwisedist.pairwisedist import jackknife_distance’).

  • Added pearson_distance() and spearman_distance().

1.1.0 (2020-06-21)

Added

  • Added jackknife_distance().

1.0.0 (2020-06-18)

  • First release on PyPI.

Added

  • Added ys1_distance() and yr1_distance().

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pairwisedist-1.2.0.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

pairwisedist-1.2.0-py2.py3-none-any.whl (14.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page