Skip to main content

pydist2 is a library that provides a set of methods for calculating distances between observations.

Project description

pydist2

https://img.shields.io/pypi/v/pydist2.svg https://img.shields.io/travis/Harmouch101/pydist2.svg Documentation Status https://img.shields.io/pypi/status/pydist2.svg https://img.shields.io/pypi/wheel/pydist2.svg https://img.shields.io/github/license/Harmouch101/pydist2.svg

pydist2 is a python library that provides a set of methods for calculating distances between observations. There are two main classes:

  • pdist1 which calculates the pairwise distances between observations in one matrix and returns a distance matrix.

  • pdist2 computes the distances between observations in two matrices and also returns a distance matrix.

Usage

pdist1(P, metric = "euclidean", matrix=False)
pdist2(P, Q, metric = "minkowski", exp = 3)

Arguments:

  • two matrices P and Q.

  • metric: The distance function to use.

  • exp: The exponent of the Minkowski distance.

Installation

The pydist2 library is available on Pypi. Thus, you can install the latest available version using pip:

$pip install pydist2

Supported Python versions

pydist2 has been tested with Python 3.7 and 3.8.

For more information, please checkout the documentation which is available at readthedocs.

This program and the accompanying materials are made available under the terms of the MIT License.

History

0.0.1 (2021-03-04)

  • First release on PyPI.

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

pydist2-0.0.3.tar.gz (20.2 kB view hashes)

Uploaded Source

Built Distribution

pydist2-0.0.3-py2.py3-none-any.whl (9.4 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