{"id":23024218,"url":"https://github.com/klimentlagrangiewicz/k-medoids","last_synced_at":"2026-02-11T05:32:48.259Z","repository":{"id":178449732,"uuid":"661834723","full_name":"KlimentLagrangiewicz/k-medoids","owner":"KlimentLagrangiewicz","description":"Implementation of k-medoids algorithm in C (standard C89/C90) ","archived":false,"fork":false,"pushed_at":"2025-01-03T14:01:20.000Z","size":2605,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T20:55:42.179Z","etag":null,"topics":["c","c90","clustering","k-medoids","k-medoids-clustering"],"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/KlimentLagrangiewicz.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":"2023-07-03T19:01:47.000Z","updated_at":"2025-01-03T14:01:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"edd17c6f-43d8-4c55-98f4-e1055c3db3ce","html_url":"https://github.com/KlimentLagrangiewicz/k-medoids","commit_stats":null,"previous_names":["klimentlagrangiewicz/k-medoids"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KlimentLagrangiewicz/k-medoids","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fk-medoids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fk-medoids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fk-medoids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fk-medoids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KlimentLagrangiewicz","download_url":"https://codeload.github.com/KlimentLagrangiewicz/k-medoids/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2Fk-medoids/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: 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":["c","c90","clustering","k-medoids","k-medoids-clustering"],"created_at":"2024-12-15T13:16:59.976Z","updated_at":"2026-02-11T05:32:48.245Z","avatar_url":"https://github.com/KlimentLagrangiewicz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k-medoids\nImplementation of k-medoids algorithm in C programming language\n## Example of usage\nCloning project and changing current directory:\n```\ngit clone https://github.com/KlimentLagrangiewicz/k-medoids\ncd k-medoids\n```\nBuilding from source (Linux):\n```\nmake\n```\nBuilding from source (Windows):\n```\nmake windows\n```\nIf building was ok, you can find executable file in `bin` subdirectory.  \nRun the program:\n```\n./bin/k-medoids ./datasets/iris/data.txt 150 4 3 ./datasets/iris/new_result.txt ./datasets/iris/res.txt\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklimentlagrangiewicz%2Fk-medoids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklimentlagrangiewicz%2Fk-medoids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklimentlagrangiewicz%2Fk-medoids/lists"}