CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
ext/pybind/CMakeLists.txt
ext/pybind/include/pybind11/attr.h
ext/pybind/include/pybind11/buffer_info.h
ext/pybind/include/pybind11/cast.h
ext/pybind/include/pybind11/chrono.h
ext/pybind/include/pybind11/common.h
ext/pybind/include/pybind11/complex.h
ext/pybind/include/pybind11/eigen.h
ext/pybind/include/pybind11/embed.h
ext/pybind/include/pybind11/eval.h
ext/pybind/include/pybind11/functional.h
ext/pybind/include/pybind11/iostream.h
ext/pybind/include/pybind11/numpy.h
ext/pybind/include/pybind11/operators.h
ext/pybind/include/pybind11/options.h
ext/pybind/include/pybind11/pybind11.h
ext/pybind/include/pybind11/pytypes.h
ext/pybind/include/pybind11/stl.h
ext/pybind/include/pybind11/stl_bind.h
ext/pybind/include/pybind11/detail/class.h
ext/pybind/include/pybind11/detail/common.h
ext/pybind/include/pybind11/detail/descr.h
ext/pybind/include/pybind11/detail/init.h
ext/pybind/include/pybind11/detail/internals.h
ext/pybind/include/pybind11/detail/typeid.h
ext/pybind/tests/CMakeLists.txt
ext/pybind/tests/test_cmake_build/CMakeLists.txt
ext/pybind/tests/test_cmake_build/installed_embed/CMakeLists.txt
ext/pybind/tests/test_cmake_build/installed_function/CMakeLists.txt
ext/pybind/tests/test_cmake_build/installed_target/CMakeLists.txt
ext/pybind/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
ext/pybind/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
ext/pybind/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
ext/pybind/tests/test_embed/CMakeLists.txt
ext/pybind/tools/FindCatch.cmake
ext/pybind/tools/FindEigen3.cmake
ext/pybind/tools/FindPythonLibsNew.cmake
ext/pybind/tools/pybind11Tools.cmake
pqkmeans/__init__.py
pqkmeans/evaluation.py
pqkmeans.egg-info/PKG-INFO
pqkmeans.egg-info/SOURCES.txt
pqkmeans.egg-info/dependency_links.txt
pqkmeans.egg-info/not-zip-safe
pqkmeans.egg-info/requires.txt
pqkmeans.egg-info/top_level.txt
pqkmeans/clustering/__init__.py
pqkmeans/clustering/bkmeans.py
pqkmeans/clustering/cpp_implemented_clustering_sample.py
pqkmeans/clustering/pqkmeans.py
pqkmeans/clustering/pure_python_clustering_sample.py
pqkmeans/encoder/__init__.py
pqkmeans/encoder/encoder_base.py
pqkmeans/encoder/encoder_sample.py
pqkmeans/encoder/itq_encoder.py
pqkmeans/encoder/pq_encoder.py
src/_pqkmeans.cpp
src/clustering/bkmeans.cpp
src/clustering/bkmeans.h
src/clustering/bkmeans_internal.cpp
src/clustering/bkmeans_internal.h
src/clustering/cpp_implemented_clustering_sample.cpp
src/clustering/cpp_implemented_clustering_sample.h
src/clustering/i_bkmeans_internal.h
src/clustering/pqkmeans.cpp
src/clustering/pqkmeans.h
src/encoder/encoder_sample.cpp
src/encoder/encoder_sample.h
test/__init__.py
test/clustering/__init__.py
test/clustering/test_bkmeans.py
test/clustering/test_cpp_implemented_clustering_sample.py
test/clustering/test_pqkmeans.py
test/clustering/test_pure_python_clustering_sample.py
test/encoder/__init__.py
test/encoder/test_encoder_sample.py
test/encoder/test_itq_encoder.py
test/encoder/test_pq_encoder.py