Thomas Neidhart created MATH-1235:
-------------------------------------
Summary: Improve performance of DBSCAN clustering algorithm
Key: MATH-1235
URL: https://issues.apache.org/jira/browse/MATH-1235
Project: Commons Math
Issue Type: Improvement
Reporter: Thomas Neidhart
The current implementation uses a naive proximity search which results in a
quadratic runtime complexity. This could be improved by using a kd-tree for
spatial indexing of the input data.
Furthermore, the algorithm does not return the points considered to be noise.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)