{"id":32167024,"url":"https://github.com/fl9/kurasuta","last_synced_at":"2025-10-21T15:18:33.714Z","repository":{"id":57514390,"uuid":"96243673","full_name":"fl9/kurasuta","owner":"fl9","description":"Clustering library for Elixir","archived":false,"fork":false,"pushed_at":"2017-07-09T18:38:54.000Z","size":6,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T01:43:27.477Z","etag":null,"topics":["clustering","kmeans","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fl9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-04T18:22:39.000Z","updated_at":"2023-09-01T10:49:13.000Z","dependencies_parsed_at":"2022-08-31T23:01:07.175Z","dependency_job_id":null,"html_url":"https://github.com/fl9/kurasuta","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fl9/kurasuta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl9%2Fkurasuta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl9%2Fkurasuta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl9%2Fkurasuta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl9%2Fkurasuta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fl9","download_url":"https://codeload.github.com/fl9/kurasuta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fl9%2Fkurasuta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280283423,"owners_count":26304091,"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-10-21T02:00:06.614Z","response_time":58,"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":["clustering","kmeans","machine-learning"],"created_at":"2025-10-21T15:18:31.071Z","updated_at":"2025-10-21T15:18:33.708Z","avatar_url":"https://github.com/fl9.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kurasuta [![Travis](https://img.shields.io/travis/fl9/kurasuta.svg)](https://travis-ci.org/fl9/kurasuta) [![Hex.pm](https://img.shields.io/hexpm/v/kurasuta.svg)](https://hex.pm/packages/kurasuta)\n\nCluster your data with Elixir. This is work in progress, so please use with care.\n\n## Currently implemented cluster algorithms\n\n- k-means\n\n## Future plans\n\n- Implementation of other cluster algorithms, e.g., DBSCAN\n- Code optimization\n- Improvement of documentation\n\n## Installation\n\nInstall by adding `kurasuta` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:kurasuta, \"~\u003e 0.1.0\"}]\nend\n```\n\nThen, update your dependencies with `mix deps.get`.\n\n## Usage\n\nCurrently only the k-means algorithm is available. For a working example with a two-dimensional list as data, see [`KurasutaTest`](test/kurasuta_test.exs).\n\n## License\n\nLicensed under MIT, see [`LICENSE`](LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl9%2Fkurasuta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffl9%2Fkurasuta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffl9%2Fkurasuta/lists"}