reductionista commented on a change in pull request #571:
URL: https://github.com/apache/madlib/pull/571#discussion_r709669953
##########
File path: src/ports/postgres/modules/dbscan/dbscan.py_in
##########
@@ -653,25 +651,26 @@ class DBSCAN_optimized(DBSCAN):
)
SELECT s.id,
ARRAY[i] AS coords,
- CASE WHEN s.point[i] <= cutoff
+ CASE WHEN s.point[i] < cutoff
Review comment:
Yes, that's a good idea--I'll add one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]