Metadata-Version: 2.1
Name: pybhcd
Version: 0.4
Summary: Bayesian Hierarchical Community Discovery
Home-page: https://github.com/zhaofeng-shu33/pybhcd
Author: blundellc, zhaofeng-shu33
Author-email: 616545598@qq.com
Maintainer: zhaofeng-shu33
Maintainer-email: 616545598@qq.com
License: Apache License Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

[![Travis](https://api.travis-ci.com/zhaofeng-shu33/pybhcd.svg?branch=master)](https://travis-ci.com/zhaofeng-shu33/pybhcd)
[![Appveyor](https://ci.appveyor.com/api/projects/status/github/zhaofeng-shu33/pybhcd?branch=master&svg=true)](https://ci.appveyor.com/project/zhaofeng-shu33/pybhcd)

[![CircleCI](https://circleci.com/gh/zhaofeng-shu33/pybhcd.svg?style=svg)](https://circleci.com/gh/zhaofeng-shu33/pybhcd)

# pybhcd: Bayesian Hierarchical Community Discovery
[![PyPI](https://img.shields.io/pypi/v/pybhcd.svg)](https://pypi.org/project/pybhcd)

An efficient Bayesian nonparametric model for discovering hierarchical community structure in social networks. 

## Parameter Tuning
There are five parameters (alpha, beta, lambda, delta, gamma) to be tuned, lines within interval (0,1) and satisifies the following
constraint.

alpha > beta
lambda > delta

## Build

For Windows, you can use [vcpkg](https://github.com/microsoft/vcpkg) to install the dependencies.


