{"id":15866548,"url":"https://github.com/foreseaz/dbscan-cpp","last_synced_at":"2025-04-01T21:21:17.184Z","repository":{"id":77598880,"uuid":"33180850","full_name":"foreseaz/dbscan-cpp","owner":"foreseaz","description":"dbscan from scratch in cpp","archived":false,"fork":false,"pushed_at":"2016-06-24T09:52:11.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T13:54:40.035Z","etag":null,"topics":["c-plus-plus","dataset","dbscan"],"latest_commit_sha":null,"homepage":"","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/foreseaz.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}},"created_at":"2015-03-31T11:04:58.000Z","updated_at":"2024-12-26T13:05:05.000Z","dependencies_parsed_at":"2023-03-12T01:13:18.596Z","dependency_job_id":null,"html_url":"https://github.com/foreseaz/dbscan-cpp","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"016f0a46e2c668c73b1cc62ebcbbb1900539ac29"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foreseaz%2Fdbscan-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foreseaz%2Fdbscan-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foreseaz%2Fdbscan-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foreseaz%2Fdbscan-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foreseaz","download_url":"https://codeload.github.com/foreseaz/dbscan-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246710010,"owners_count":20821315,"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","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":["c-plus-plus","dataset","dbscan"],"created_at":"2024-10-05T23:21:23.077Z","updated_at":"2025-04-01T21:21:17.163Z","avatar_url":"https://github.com/foreseaz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBSCAN\nDBSCAN from scratch\n\n## How to use\n1. cd to main.cpp\n2. g++ main.cpp\n3. `./a.out [dataset path] [\u003cfloat\u003e radius] [\u003cint\u003e threshold]`\neg. `./a.out /Users/Destop/DBSCAN/dataset.txt 2.0 4`\n4. REMINDER: `The clusters and outliers output will be in the folder of input dataset.`\n\n## Algorithm\nDetails please refer to slides from Prof. Tao Yufei [here](http://www.cse.cuhk.edu.hk/~taoyf/course/cmsc5724/spr15/notes/cluster::den.pdf)\n\n## Dataset\nDownload [here](http://www.cse.cuhk.edu.hk/~taoyf/course/cmsc5724/data/3spiral.txt) (obtained from the data collection [here](http://cs.joensuu.fi/sipu/datasets/)). Each line has the following format: \n\nx y\n\nwhich represent the x- and y-coordinates of a point.\n\n## Task\n\nPartition the dataset into 3 clusters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforeseaz%2Fdbscan-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforeseaz%2Fdbscan-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforeseaz%2Fdbscan-cpp/lists"}