Metadata-Version: 2.4
Name: mvcluster
Version: 1.10
Summary: A Python package for multiview unsupervised clustering
Author-email: Hamady GACKOU <researcherdatascientist@gmail.com>
License: MIT
Keywords: multiview clustering,unsupervised learning,data science
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: torch
Requires-Dist: scipy

# mvcluster

A Python package for multiview unsupervised clustering.

## Installation

```bash
pip install mvcluster
```
# Usage

```bash
from mvcluster import core
```

If you use this code please do cite :

```BibTeX
@inproceedings{fettal2022efficient,
  author = {Fettal, Chakib and Labiod, Lazhar and Nadif, Mohamed},
  title = {Simultaneous Linear Multi-view Attributed Graph Representation Learning and Clustering},
  year = {2023},
  publisher = {Association for Computing Machinery},
  doi = {10.1145/3539597.3570367},
  booktitle = {Proceedings of the Sixteenth ACM International Conference on Web Search and Data Mining}
}
```

