mlr-org / mlr3cluster

Cluster analysis for mlr3
https://mlr3cluster.mlr-org.com
GNU Lesser General Public License v3.0
21 stars 6 forks source link

Support BIRCH clustering #65

Closed m-muecke closed 6 months ago

m-muecke commented 6 months ago

Supported in the following package: https://github.com/mhahsler/stream check if predict method is supported. Also included in sklearn: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html#sklearn.cluster.Birch

Might as well incorporate BICO which is also written in C and there might be potential others as well that are implemented and not just serving as a wrapper such as dbscan.