Skip to content
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

Incorrect search space during 2D DBSCAN #2

Open
hbanoscervantes opened this issue Nov 19, 2019 · 1 comment
Open

Incorrect search space during 2D DBSCAN #2

hbanoscervantes opened this issue Nov 19, 2019 · 1 comment

Comments

@hbanoscervantes
Copy link

hbanoscervantes commented Nov 19, 2019

The function rangeQuery2 is incorrectly looking at the neighbors using the manhattan distance. A corrected version has is attached (substitute it in ConsensusStems.pl)
rangeQuery2.txt

@hbanoscervantes
Copy link
Author

It seems that when correcting the search space the choice of epsilon on the 2D DBSCAN is not enough to get the expected results. For now, a choice of twice the current epsilon seems to work (i.e multiply by 4 instead of 2 from the 1D to the 2D DBSCAN).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant