LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
core/src/cache.cpp
core/src/cache.h
core/src/cache_hash_cover.cpp
core/src/cache_hash_cover.h
core/src/cache_hash_itemset.cpp
core/src/cache_hash_itemset.h
core/src/cache_trie.cpp
core/src/cache_trie.h
core/src/dataManager.cpp
core/src/dataManager.h
core/src/depthTwoComputer.cpp
core/src/depthTwoComputer.h
core/src/depthTwoNodeData.h
core/src/dl85.cpp
core/src/dl85.h
core/src/globals.cpp
core/src/globals.h
core/src/logger.h
core/src/nodeDataManager.cpp
core/src/nodeDataManager.h
core/src/nodeDataManager_Cover.cpp
core/src/nodeDataManager_Cover.h
core/src/nodeDataManager_Trie.cpp
core/src/nodeDataManager_Trie.h
core/src/rCover.cpp
core/src/rCover.h
core/src/rCoverFreq.cpp
core/src/rCoverFreq.h
core/src/rCoverWeight.cpp
core/src/rCoverWeight.h
core/src/search_base.cpp
core/src/search_base.h
core/src/search_cover_cache.cpp
core/src/search_cover_cache.h
core/src/search_nocache.cpp
core/src/search_nocache.h
core/src/search_trie_cache.cpp
core/src/search_trie_cache.h
core/src/solution.cpp
core/src/solution.h
core/src/solution_Cover.cpp
core/src/solution_Cover.h
core/src/solution_Trie.cpp
core/src/solution_Trie.h
cython_extension/dl85Optimizer.pyx
cython_extension/error_function.pyx
cython_extension/py_support_error_class_function_wrapper.h
cython_extension/py_tid_error_class_function_wrapper.h
cython_extension/py_tid_error_function_wrapper.h
pydl8.5.egg-info/PKG-INFO
pydl8.5.egg-info/SOURCES.txt
pydl8.5.egg-info/dependency_links.txt
pydl8.5.egg-info/requires.txt
pydl8.5.egg-info/top_level.txt
pydl8.5.egg-info/zip-safe
pydl85/__init__.py
pydl85/_version.py
pydl85/errors/__init__.py
pydl85/errors/errors.py
pydl85/predictors/__init__.py
pydl85/predictors/predictor.py
pydl85/predictors/predictor_backup.py
pydl85/predictors/predictor_backup2.py
pydl85/predictors/predictor_backup3.py
pydl85/supervised/__init__.py
pydl85/supervised/classifiers/__init__.py
pydl85/supervised/classifiers/boosting.py
pydl85/supervised/classifiers/classifier.py
pydl85/unsupervised/__init__.py
pydl85/unsupervised/clustering.py