{"id":13769890,"url":"https://github.com/pharo-ai/k-means","last_synced_at":"2025-04-11T07:25:14.809Z","repository":{"id":40468550,"uuid":"204361479","full_name":"pharo-ai/k-means","owner":"pharo-ai","description":"K-means clustering in Pharo","archived":false,"fork":false,"pushed_at":"2023-12-19T14:49:05.000Z","size":91,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-09T04:03:02.394Z","etag":null,"topics":["clustering","kmeans","kmeans-clustering","pharo"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/pharo-ai.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-08-25T23:28:44.000Z","updated_at":"2022-01-27T14:55:29.000Z","dependencies_parsed_at":"2023-12-19T17:38:00.957Z","dependency_job_id":"fa696a61-da3d-4a8b-99a0-ea8a7f572470","html_url":"https://github.com/pharo-ai/k-means","commit_stats":null,"previous_names":["pharo-ai/kmeans"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fk-means","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fk-means/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fk-means/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fk-means/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharo-ai","download_url":"https://codeload.github.com/pharo-ai/k-means/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358683,"owners_count":21090415,"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":["clustering","kmeans","kmeans-clustering","pharo"],"created_at":"2024-08-03T17:00:32.519Z","updated_at":"2025-04-11T07:25:14.767Z","avatar_url":"https://github.com/pharo-ai.png","language":"Smalltalk","funding_links":[],"categories":["Artificial Intelligence and Machine Learning"],"sub_categories":[],"readme":"![Build status](https://github.com/pharo-ai/k-means/workflows/CI/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/pharo-ai/k-means/badge.svg?branch=master)](https://coveralls.io/github/pharo-ai/k-means?branch=master)\n[![Pharo version](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/pharo-ai/KMeans/master/LICENSE)\n\n# Description\n\nImplementation of K-means clustering in Pharo.\n\n## How to install it?\n\nTo install the project, go to the Playground (Ctrl+OW) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):\n\n```Smalltalk\nMetacello new\n  baseline: 'AIKMeans';\n  repository: 'github://pharo-ai/k-means/src';\n  load.\n```\n\n## How to depend on it?\n\nIf you want to add a dependency on k-means to your project, include the following lines into your baseline method:\n\n```Smalltalk\nspec\n  baseline: 'AIKMeans'\n  with: [ spec repository: 'github://pharo-ai/k-means/src' ].\n```\n\nIf you are new to baselines and Metacello, check out the [Baselines](https://github.com/pharo-open-documentation/pharo-wiki/blob/master/General/Baselines.md) tutorial on Pharo Wiki.\n\n## Quick start\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ai%2Fk-means","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharo-ai%2Fk-means","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ai%2Fk-means/lists"}