文件名称:t-Student-Mixture-Models:论文执行
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-11 09:19:24
Python
t学生混合模型 论文的实施:“使用t分布进行鲁棒混合建模”,D。Peel和GJ McLachlan。 与Python 2.7和Python 3兼容。 依存关系 scikit学习v0.18.1 的numpy v1.11.0 scipy v0.19.0 setuptools v36.0.1 安装 使用pip(无需克隆此存储库): pip install smm --user 手动: git clone https://github.com/luiscarlosgph/t-Student-Mixture-Models.git cd t-Student-Mixture-Models python setup.py build python setup.py install --user 用法 请参阅示例。 python src/smm/example.py 测验 要运行测试,
【文件预览】:
t-Student-Mixture-Models-master
----.travis.yml(156B)
----README.rst(1KB)
----docs()
--------conf.py(9KB)
--------make.bat(7KB)
--------src()
--------readme.rst(27B)
--------Makefile(8KB)
--------index.rst(654B)
----tests()
--------test_smm.py(13KB)
--------__init__.py(23B)
----LICENSE(1KB)
----src()
--------smm()
----requirements.txt(68B)
----setup.py(1KB)
----.gitignore(89B)
----README.md(1KB)