用BFR算法对32万个高维数据点做的聚类,precision rate: 99%
-
Updated
Jul 19, 2021 - Python
用BFR算法对32万个高维数据点做的聚类,precision rate: 99%
USC DSCI 553 - Foundations & Applications of Data Mining - Spring 2024 - Prof. Wei-Min Shen
Python implementation of BFR/K-Means algorithms used for large data clustering
This clustering process iteratively applies K-Means on subdivided data, refining clusters through outlier identification and Mahalanobis Distance measurements, culminating in an optimized segmentation of the dataset into distinct, statistically significant clusters.
Implementing the BFR algorithm for community detection
A data mining project using the Bradley-Fayyad-Reina (BFR) algorithm
Add a description, image, and links to the bfr-clustering topic page so that developers can more easily learn about it.
To associate your repository with the bfr-clustering topic, visit your repo's landing page and select "manage topics."