An open API service indexing awesome lists of open source software.

https://github.com/hrichharms/expansivity_estimation

Given a list of numbers in a file, estimates the dimensional expansivity of that dataset in a binary hamming space
https://github.com/hrichharms/expansivity_estimation

cover-trees dimensionality metric-spaces

Last synced: about 2 months ago
JSON representation

Given a list of numbers in a file, estimates the dimensional expansivity of that dataset in a binary hamming space

Awesome Lists containing this project

README

        

# expansivity_estimation

## estimate.c

Estimates the dimensional expansivity constant ([expantion rate](https://people.csail.mit.edu/karger/Papers/neighbor.pdf)) of the numbers in a specified file in a binary hamming space.

#### Compilation
`gcc estimate.c -o estimate`

#### Usage
`./estimate `

## generate.py

Generates N uniformly distributed numbers within a given range and outputs them to a specified text file.

#### Usage
`python3 generate.py `