elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
781 stars 321 forks source link

ParallelGeneralizedDBSCAN missing from latest release? #74

Closed mmisiewicz-yext closed 4 years ago

mmisiewicz-yext commented 4 years ago

As the title suggests I was wondering if it's expected that the parallelized DBSCAN implementation is not present in the the release 0.7.1 jar file. The Javadocs on elki-project.github.io still mention it.

For reference:

$  jar tf elki-0.7.1.jar | grep -i dbscan | grep -i parallel | wc -l
       0
kno10 commented 4 years ago

The latest release is 0.7.5, not 0.7.1.

It was added in 0.7.5.

mmisiewicz-yext commented 4 years ago

Whoops, thank you!