Enable DBSCAN clustering in MEOS#675
Merged
mschoema merged 3 commits intoMobilityDB:masterfrom Jul 17, 2025
Merged
Conversation
Member
|
The PR looks good, but are we sure this is something we want to add to MEOS? |
Member
Author
|
For the AIS domain we need to enable removing outliers and one common way to do it is using the Local Outlier Factor (LOF), e.g.,
https://scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
This requires spatial clustering methods which are provided by PostGIS.
…________________________________
De : Maxime Schoemans ***@***.***>
Envoyé : jeudi 10 juillet 2025 19:15
À : MobilityDB/MobilityDB ***@***.***>
Cc : ZIMANYI Esteban ***@***.***>; Author ***@***.***>
Objet : Re: [MobilityDB/MobilityDB] Enable DBSCAN clustering in MEOS (PR #675)
[https://avatars.githubusercontent.com/u/32960718?s=20&v=4]mschoema left a comment (MobilityDB/MobilityDB#675)<#675 (comment)>
The PR looks good, but are we sure this is something we want to add to MEOS?
It seems we are just exposing more of liblwgeom through MEOS, which is probably not the best way of going at it.
—
Reply to this email directly, view it on GitHub<#675 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGNHMBXDJRKLUZA3JSVRW433H2NUJAVCNFSM6AAAAACA4VHIZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANJYGI4DONZXHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Member
|
I understand the use-case, but I'm still not sure it's something we should be providing in MEOS. |
mschoema
reviewed
Jul 12, 2025
mschoema
approved these changes
Jul 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.