This commit is contained in:
Nyall Dawson 2018-07-16 12:16:51 +10:00
parent 9e03a7e1d3
commit b2fe680cab

View File

@ -31,7 +31,7 @@ class QgsSpatialIndexKDBush;
/**
* Native k-means clustering algorithm.
* Native DBSCAN density based scan with noise clustering algorithm.
*/
class ANALYSIS_EXPORT QgsDbscanClusteringAlgorithm : public QgsProcessingAlgorithm
{