Skip to content

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

Notifications You must be signed in to change notification settings

hrichharms/expansivity_estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published