Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 356 Bytes

kHLL

HLL module for determining k-means seed

Test

$ python -m kHLL.test.test_image_hash

Run example

Measure kmeans performance and accuracy.

$ python -m kHLL.example.kmeans_example

Run IPython notebook

Show IPython notebook whiich describes the performance results of HyperKEstimator

$ ipython notebook --matplotlib inline