Skip to content
Aborted

Changes

Summary

  1. Add DBSCAN* (commit: 236ddc9) (details)
  2. Update DBSCAN benchmark to allow DBSCAN* (commit: 4d08bc9) (details)
  3. Update DBSCAN verification routine to allow for DBSCAN* (commit: 87611ba) (details)
  4. Add DBSCAN* tests (commit: 78fa40e) (details)
  5. Switch to using tag types for fdbscan callbacks (commit: af569f2) (details)
  6. Change verifyDBSCAN to take in DBSCAN::Algorithm instead of string (commit: a77dfd2) (details)
The file was modifiedsrc/cluster/ArborX_DBSCAN.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCAN.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCANDenseBox.hpp (diff)
Commit 4d08bc9ebcd4292ef1e37a83aac0e449ff16cca1 by Andrey Prokopenko
Update DBSCAN benchmark to allow DBSCAN*
(commit: 4d08bc9)
The file was modifiedsrc/cluster/ArborX_DBSCAN.hpp (diff)
The file was modifiedbenchmarks/cluster/dbscan.cpp (diff)
Commit 87611ba79e5bd543733355d683d70b988311f6cd by Andrey Prokopenko
Update DBSCAN verification routine to allow for DBSCAN*
(commit: 87611ba)
The file was modifiedbenchmarks/cluster/ArborX_DBSCANVerification.hpp (diff)
Commit 78fa40e0d103da25b99950159231bbfb1983d584 by Andrey Prokopenko
Add DBSCAN* tests

and refactor DBSCAN tests
(commit: 78fa40e)
The file was modifiedtest/tstDBSCAN.cpp (diff)
Commit af569f2fe65fcd1ce6b745a778abb075f88d172e by Andrey Prokopenko
Switch to using tag types for fdbscan callbacks
(commit: af569f2)
The file was modifiedsrc/cluster/ArborX_DBSCAN.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCAN.hpp (diff)
The file was modifiedsrc/cluster/detail/ArborX_FDBSCANDenseBox.hpp (diff)
Commit a77dfd2e418bd287798d5b0f4b23ef2e4d91a57b by Andrey Prokopenko
Change verifyDBSCAN to take in DBSCAN::Algorithm instead of string
(commit: a77dfd2)
The file was modifiedbenchmarks/cluster/ArborX_DBSCANVerification.hpp (diff)
The file was modifiedbenchmarks/cluster/dbscan.cpp (diff)
The file was modifiedtest/tstDBSCAN.cpp (diff)