1 Star 0 Fork 0

XianxueYu/cclust_package

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.rst 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
smorbieu 提交于 2017-02-08 15:32 . 0.2.0 release

Coclust: a Python package for co-clustering

Coclust provides both a Python package which implements several diagonal and non-diagonal co-clustering algorithms, and a ready to use script to perform co-clustering.

Co-clustering (also known as biclustering), is an important extension of cluster analysis since it allows to simultaneously groups objects and features in a matrix, resulting in both row and column clusters.

The script enables the user to process a dataset with co-clustering algorithms without writing Python code.

The Python package provides an API for Python developers. This API allows to use the algorithms in a pipeline with scikit-learn library for example.

coclust is distributed under the 3-Clause BSD license.

See the available documentation for details and usage samples.

Changelog

0.2.0 - February, 2017

  • Improved documentation
  • Restructuring
  • Evaluation, visualization and loading utilities
  • Easier installation of optional dependencies

0.1.3 - April, 2016

  • New visualization methods in the utils module.
  • New demos.
  • Better PEP 8 conformance
  • Improved documentation.

0.1.1 - March 07, 2016

  • First release.

Code

You can check the latest sources with the command:

git clone https://github.com/franrole/cclust_package.git
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xianxueyu/cclust_package.git
[email protected]:xianxueyu/cclust_package.git
xianxueyu
cclust_package
cclust_package
master

搜索帮助