issamemari / DenStream

Python implementation of the data stream clustering algorithm "DenStream"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DenStream

This a Python implementation of the data stream clustering algorithm "DenStream". The implementation is compatible with scikit-learn and follows the scikit-learn API for clustering algorithms. Details about how the algorithm works can be found in the original paper "Density-Based Clustering over an Evolving Data Stream with Noise", which is available here.

About

Python implementation of the data stream clustering algorithm "DenStream"

License:MIT License


Languages

Language:Python 100.0%