-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Mlpack DBScan clustering to the ML Ambiguity solver #2005
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2005 +/- ##
==========================================
- Coverage 49.85% 49.81% -0.04%
==========================================
Files 419 420 +1
Lines 23857 23874 +17
Branches 10824 10835 +11
==========================================
Hits 11894 11894
- Misses 4349 4366 +17
Partials 7614 7614
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 8c1a266Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. just some cosmetics
Core/include/Acts/TrackFinding/detail/AmbiguityTrackClustering.hpp
Outdated
Show resolved
Hide resolved
Examples/Algorithms/TrackFindingML/src/AmbiguityResolutionML.cpp
Outdated
Show resolved
Hide resolved
Plugins/mlpack/include/Acts/Plugins/mlpack/AmbiguityDBScanClustering.hpp
Show resolved
Hide resolved
Added |
who is this alex 279111a 👀 |
I leave one week and now I don't know who is who anymore :) |
This PR allow us to use the mlpack library inside Acts. This is a cpp library implementing many different ML algorithm. After this change we now have two implementation of the ML Solver, one using the hit based clustering and one based on the DBScan+hit based