Skip to content

2.0.0

Choose a tag to compare

@erdogant erdogant released this 19 Sep 18:46
· 174 commits to master since this release
1bf781a

Huge structural update.
The input parameter "method" can only be used for the evaluation of methods, such as silhouette, dbindex and derivative. The clustering approach can separately be chosen using the input parameter "cluster", which can be: agglomerative, kmeans, dbscan, hdbscan.

  • added input parameter: "cluster"
  • input parameter "method" is for: silhouette, dbindex, derivative
  • Changed input parameter minclusters to min_clust
  • Changed input parameter maxclusters to max_clust
  • Pep8 styling
  • code refactoring
  • Docstrings updated