No project description provided
Project description
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. 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.3.0 (2022-12-27)
Added
Added sharpened_cosine_distance().
Changed
Added support for Python 3.8-3.10, and relinquished support for Python <=3.7.
Updated versions of requirements and developer requirements.
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
Built Distribution
Hashes for pairwisedist-1.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 329798b91a79faa801b26cf34a2eaf6b4e42002c4610d903693621d336b7a608 |
|
MD5 | a950733677b85c192a168da5aa29ec6a |
|
BLAKE2b-256 | c086094b821f7385edc47c8051255dd1126bbc12ded46dbf092b08d15138c313 |