Metadata-Version: 2.1
Name: HighOrderClustering
Version: 0.0.1
Summary: package for the high order Lloyd algorithm and high order spectral clustering
Home-page: UNKNOWN
Author: Chen An, Cliburn Chan, Anru Zhang
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

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).


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

