mlr-org / mlr3cluster

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

docs: add partitional property to density based learners #82

Closed m-muecke closed 4 months ago

m-muecke commented 4 months ago

@damirpolat what is your opinion on this, every density based clustering method is also a partitional, so perhaps add it for a completeness, we could also add more properties for the more granular classification, e.g. add distance property for k-means etc.

currently we have the following classifications: partitional, hierarchical, density

image