{"id":31131931,"url":"https://github.com/jakedaspud/dbscan-cpp","last_synced_at":"2025-09-18T04:42:44.147Z","repository":{"id":297532998,"uuid":"997081365","full_name":"JakeDaSpud/DBSCAN-CPP","owner":"JakeDaSpud","description":"A C++ implementation of DBSCAN, adapted from the YouTube channel \"Modern C++\".","archived":false,"fork":false,"pushed_at":"2025-06-06T00:15:09.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-06T01:23:40.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JakeDaSpud.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-05T23:37:58.000Z","updated_at":"2025-06-06T00:15:11.000Z","dependencies_parsed_at":"2025-06-06T01:34:02.745Z","dependency_job_id":null,"html_url":"https://github.com/JakeDaSpud/DBSCAN-CPP","commit_stats":null,"previous_names":["jakedaspud/dbscan-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JakeDaSpud/DBSCAN-CPP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeDaSpud%2FDBSCAN-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeDaSpud%2FDBSCAN-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeDaSpud%2FDBSCAN-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeDaSpud%2FDBSCAN-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakeDaSpud","download_url":"https://codeload.github.com/JakeDaSpud/DBSCAN-CPP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeDaSpud%2FDBSCAN-CPP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275711379,"owners_count":25514200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-18T04:42:42.735Z","updated_at":"2025-09-18T04:42:44.139Z","avatar_url":"https://github.com/JakeDaSpud.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗃️DBSCAN in C++\n\nThis is an adaptation of [Modern C++](https://www.youtube.com/@moderncpp)'s DBSCAN implementation.\n\n[Video link here](https://www.youtube.com/watch?v=87ogbzhXUxo)\n\n# ⚙️Custom Arguments\n\nYou can run the program with your own custom 2D points by passing them as command-line arguments.\n\nEach pair of numbers is interpreted as an (x, y) point. The format is:\n``\nDBSCAN.exe x1 y1 x2 y2 x3 y3\n``\n\nThe Points {-100, 345} {189, -28.84} would be entered as such:\n``\nDBSCAN.exe -100 345 189 -28.84\n``\n\n# 📠footnote\n\nThe set_union() function was the only thing I really had to change, adding vector_union(), otherwise it is the same code that now prints out the data Points and their Cluster IDs.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakedaspud%2Fdbscan-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakedaspud%2Fdbscan-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakedaspud%2Fdbscan-cpp/lists"}