Metadata-Version: 2.1
Name: bayesian-cut
Version: 0.0.1b0
Summary: An implementation of bayesian cut methods
Home-page: https://github.com/DTUComputeCognitiveSystems/bayesian_cut
Author: Laurent Vermue, Maciej Korzepa, Petr Taborsky, Morten Mørup
Author-email: <lauve@dtu.dk>, <mjko@dtu.dk>, <ptab@dtu.dk>, <mmor@dtu.dk>
License: new BSD
Description: Bayesian Cut Package
        ====================
        
        The Bayesian Cut Python package provides an easy to use API for the straight-forward application of Bayesian network
        cuts using a full Bayesian inference framework based on the Gibbs-Sampler using the degree corrected Stochastic
        Blockmodel (dc-SBM) or the Bayesian Cut (BC).
        Furthermore it provides modularity, ratio-cut and norm cut based spectral network cut methods.
        It also provides a rich visualization library that allow an easy analysis of posterior solution landscapes and network
        cuts obtained by the various methods.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: extras
