Skip to main content

Interspace gives us different type distances between two vectors.

Project description

Interspace

Gives us different distance between two vectors which are given in as an input.

Installation

pip install interspace

Different Distance Functions

minkowski(vector_1, vector_2, p=1)

euclidean(vector_1, vector_2)

manhattan(vector_1, vector_2)

cosine_similarity(vector_1, vector_2)

haversine(coord1, coord2, R = 6372800)

hamming(int, int)

hamming(str, str) # where, length of both the strings should be same

Usage

import interspace

# Calculate Euclidean Distace
interspace.euclidean([1,2,3],[4,5,6])
##Output: 5.196152422706632

# Compute the great-circle distance between two points on a sphere 
# given their longitudes and latitudes.
interspace.haversine((42.5170365,  15.2778599),(51.5073219,  -0.1276474))
##Output: 1532329.6237517272

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

interspace-0.0.8.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

interspace-0.0.8-py2-none-any.whl (15.4 kB view hashes)

Uploaded Python 2

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