/expansivity_estimation

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

Primary LanguageC

expansivity_estimation

estimate.c

Estimates the dimensional expansivity constant (expantion rate) of the numbers in a specified file in a binary hamming space.

Compilation

gcc estimate.c -o estimate

Usage

./estimate <filename>

generate.py

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

Usage

python3 generate.py <output_filename> <lower> <upper> <N>