Metadata-Version: 2.1
Name: bmdcluster
Version: 0.3.1
Summary: Binary Matrix Decomposition algorithm for clustering binary data
Home-page: https://github.com/csprock/bmdcluster
Author: Carson Sprock
Author-email: csprock@gmail.com
License: MIT license
Keywords: bmdcluster
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy (>=1.14)


A Python implementation of the Binary Matrix Decomposition algorithm for clustering binary data.

* Documentation: https://bmdcluster.readthedocs.io.
* GitHub: https://github.com/csprock/bmdcluster


=======
History
=======

0.0.1 (2019-09-12)
------------------

* Released to PyPI with full documentation and continuous integration

0.2.0 (2019-09-17)
------------------

* Fixed bugs in cluster initialization system. 
* Refactored main user API into different classes for each clustering method
* Removed from PyPI on 2019-09-18

0.2.1 (2019-09-18)
------------------

* Fixed submodule building and importation bugs

0.2.2 (2019-09-19)
------------------

* Removed from PyPI

0.2.3 (2019-09-19)
------------------

* Fixed bugs when used with setuptools

0.3.0 (2019-09-19)
------------------

* Added the ability to predict the cluster label of unseen data; encapsulated in .predict and .transform

0.3.0 (2019-09-22)
------------------

* Fixed confusing message output in verbose mode

