{"id":25449302,"url":"https://github.com/dpfens/highp","last_synced_at":"2026-01-25T01:32:28.748Z","repository":{"id":90663135,"uuid":"207473396","full_name":"dpfens/highp","owner":"dpfens","description":"Fast implementations of various clustering algorithms, trajectory processing, and binary similarity metrics with Python SWIG bindings for select algorithms.","archived":false,"fork":false,"pushed_at":"2025-06-28T03:47:45.000Z","size":446,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T04:29:37.885Z","etag":null,"topics":["clustering","dbscan","fuzzy","kmeans","kmedian","kmode","trajectory"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/dpfens.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":"2019-09-10T05:35:59.000Z","updated_at":"2025-06-28T03:47:48.000Z","dependencies_parsed_at":"2024-02-24T08:22:30.998Z","dependency_job_id":"278aadba-1ed2-45f8-8538-ad3d37a8a3b3","html_url":"https://github.com/dpfens/highp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpfens/highp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfens%2Fhighp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfens%2Fhighp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfens%2Fhighp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfens%2Fhighp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpfens","download_url":"https://codeload.github.com/dpfens/highp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpfens%2Fhighp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:25:41.653Z","status":"ssl_error","status_checked_at":"2026-01-25T01:25:34.364Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clustering","dbscan","fuzzy","kmeans","kmedian","kmode","trajectory"],"created_at":"2025-02-17T20:27:31.155Z","updated_at":"2026-01-25T01:32:28.731Z","avatar_url":"https://github.com/dpfens.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HighP\nC/C++ implementations of various clustering algorithms, trajectory processing, and binary similarity metrics with Python SWIG/WebAssembly bindings to select algorithms.\n\n## Usage\n\n### C++\nC++ has broader access to more algorithmd including implementations for:\n*  Dozens of Binary attribute similarity metrics\n*  Trajectories\n  *  Convoy identification\n  *  Trajectory Stop detection\n*  Maximum Subarray\n*  KDTree\n*  etc.\n\nThe examples of C++ usage can be found in `src/cpp/test.cpp`\n\n#### Test\nTo build the C++ implementations and execute the unit tests, use the `make test` command:\n\n```bash\nmake test\n```\n\n### Python\nThe Python bindings open a subset of the algorithms implemented in C++. The best examples for using the `python` binding are through the `test.py` module. \n\n#### Dependencies\nInstall `swig` to build the Python bindings locally:\n```bash\nsudo apt install swig\nmake python_build  # build in-place\nmake python_install # install library and bindings\n```\n\n### WebAssembly\nThe Python bindings open a subset of the algorithms implemented in C++. The best examples for using the WebAssembly are through the `webassembly.html` file.  To build and install the webAssembly bindings, use the `make wasm_prod` command:\n\n```bash\nmake wasm_prod\n```\n\nThen open the `webassembly.html` file to see the output from the `wasm` module.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpfens%2Fhighp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpfens%2Fhighp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpfens%2Fhighp/lists"}