online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
5.03k stars 540 forks source link

Add ODAC (Online Divisive-Agglomerative Clustering) algorithm #1536

Closed Bezum30 closed 5 months ago

Bezum30 commented 5 months ago

Hi everyone 👋🏻

Here is the proposal for the implementation of the ODAC algorithm. Some time ago, I already started a discussion about this implementation, which is focused on the explanation in:

This algorithm was evaluated on Artificial Data, presented in the paper mentioned before (in Section 4.2.1). It was created three files: closed_dataset.csv, two_cluster_dataset.csv, and four_cluster_dataset.csv.

Thanks!