Metadata-Version: 2.1
Name: atsdpc
Version: 1.1.4
Summary: ATSDPC Clustering Package
Home-page: https://github.com/yourusername/atsdpc
Author: Shengqiang Han
Author-email: 2023028101@stu.sdnu.edu.cn
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
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: scipy

# ATSDPC Clustering Package

This is a Python package for ATSDPC clustering algorithm.
Paper Title: ATSDPC: Adaptive two-stage density peaks clustering with hybrid distance based on dispersion

## Installation
```sh
pip install atsdpc
