vbnigmm 2.3.0
pip install vbnigmm==2.3.0
Released:
Variational Bayes algorithm for normal inverse Gaussian mixture models
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPL-3.0-only)
- Author: TAKEKAWA Takashi
- Tags clustering
- Requires: Python >=3.7, <4.0
Classifiers
- License
- Programming Language
Project description
Variational Bayes algorithm for Normal Inverse Gaussian Mixture Models
Installation
The package can be build using poetry and installed using pip:
pip install vbnigmm
Examples
If you want to apply vbnigmm to your data, you can run the following code:
from vbnigmm import NormalInverseGaussMixture as Model
# x is numpy.ndarray of 2D
model = Model()
model.fit(x)
label = model.predict(x)
Citation
If you use vbnigmm in a scientific paper, please consider citing the following paper:
Takashi Takekawa, Clustering of non-Gaussian data by variational Bayes for normal inverse Gaussian mixture models. arXiv preprint arXiv:2009.06002 (2020).
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License v3 (GPLv3) (GPL-3.0-only)
- Author: TAKEKAWA Takashi
- Tags clustering
- Requires: Python >=3.7, <4.0
Classifiers
- License
- Programming Language
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vbnigmm-2.3.0.tar.gz
.
File metadata
- Download URL: vbnigmm-2.3.0.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.9.1 Darwin/20.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91a533b917a0f8063686eaafcf4340503d204ff11c78b1902dd418ccc296f040 |
|
MD5 | 7488d2453d1a999beccbbc0545dfa852 |
|
BLAKE2b-256 | e6370ce22e5fe20516cc35df731130b030c88d6a278d343217ad8f633ebafc25 |
File details
Details for the file vbnigmm-2.3.0-py3-none-any.whl
.
File metadata
- Download URL: vbnigmm-2.3.0-py3-none-any.whl
- Upload date:
- Size: 31.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.9.1 Darwin/20.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12ac71e71a2365b2b62b3b39a9652852c49fc712c332a0028d982a0d08fa3149 |
|
MD5 | 8693f32f646cd449223712bb48436f60 |
|
BLAKE2b-256 | 257760e4573e307a991c6b13b8e7fbe52c7882098a6985a19a433d215a8e9d87 |