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

FEAT Extract core points #17

Merged
merged 7 commits into from
Sep 15, 2023
Merged

FEAT Extract core points #17

merged 7 commits into from
Sep 15, 2023

Conversation

VarIr
Copy link
Owner

@VarIr VarIr commented Sep 15, 2023

Introduce a parameter to extract core point indices from DBSCAN.
Use like y_pred, core_pts = fit_predict(X, return_core_pts=True)

@VarIr VarIr merged commit 8326af8 into master Sep 15, 2023
3 checks passed
@VarIr VarIr deleted the corepts branch September 15, 2023 10:20
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

Successfully merging this pull request may close these issues.

Deprecated aliases in numpy Name and Type errors with DBSCAN Error in import DBSCAN
1 participant