package for the high order Lloyd algorithm and high order spectral clustering
Project description
High order clustering algorithms
Author: Chen An, Cliburn Chan, Anru Zhang
This is the Python package for paper: "Exact Clustering in Tensor Block Model: Statistical Optimality and Computational Limit" by Rungang Han, Yuetian Luo, Miaoyan Wang and Anru Zhang (2020).
Usage:
from HighOrderClustering import clustering clustering(y,r,T=10) y: data r: the number of clusters in each variable. If a variable is not to be clustered, set the corresponding value to be -1.
Citation:
@article{han2020exact, title={Exact Clustering in Tensor Block Model: Statistical Optimality and Computational Limit}, author={Han, Rungang and Luo, Yuetian and Wang, Miaoyan and Zhang, Anru R}, journal={arXiv preprint arXiv:2012.09996}, year={2020} }
Instruction:
prerequisite packages: numpy, scipy, pandas, sklearn.cluster.KMeans
Project details
Release history Release notifications | RSS feed
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
Hashes for HighOrderClustering-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3e9504829094edbcf639458e4efc46b08792014d969af5758c5ab2af5b57c7 |
|
MD5 | 9df5ac5eeda834ecc9d36ee42a8a8e35 |
|
BLAKE2b-256 | a52786839f000f5285d7632609eebe2fa6827dc48c9ce0c765ceb3f673cd3a55 |
Hashes for HighOrderClustering-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a4b2a3bf10465e0666bc19001abc93271f5dcdb4aede102559136048ca7829b |
|
MD5 | 0288323515afba799712561445dd0d2b |
|
BLAKE2b-256 | 15ffe75b1e885135acf0979cf495a14af81a149ac92a8b77c3e90100b0e5e8e5 |