Skip to content

Releases: erdogant/clusteval

2.1.2

30 Nov 18:33

Choose a tag to compare

  • added DOI

2.1.1

26 Nov 19:54

Choose a tag to compare

  • Input parameter "method" is changed into "evaluate"
  • Added docstrings
  • Some code refactoring and cleaning

2.1.0

26 Nov 12:20

Choose a tag to compare

  • improved default parameters for dbscan to detect clusters of various densities

2.0.5

09 Nov 21:04

Choose a tag to compare

  • bug fix in the special case when no clusters are possible to detect

2.0.4

17 Oct 14:06

Choose a tag to compare

  • check for correctness of the input parameters cluster and method.
  • better error handling for hdbscan

2.0.3

16 Oct 19:54

Choose a tag to compare

  • bugfix for hdbscan: AttributeError: 'clusteval' object has no attribute 'results'
  • Added licence in setup.py

2.0.2

10 Jun 10:18

Choose a tag to compare

  • fix for dendrogram cut in special cases

2.0.1

09 Jun 20:57

Choose a tag to compare

  • bug Fix in case no clusters are detected

2.0.0

19 Sep 18:46
1bf781a

Choose a tag to compare

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

1.0.2

07 Aug 18:55

Choose a tag to compare

  • dendrogram plotting possible
  • Docstring updates