{"id":15107673,"url":"https://github.com/pharo-ai/hierarchical-clustering","last_synced_at":"2026-01-18T12:19:44.336Z","repository":{"id":43840283,"uuid":"315968806","full_name":"pharo-ai/hierarchical-clustering","owner":"pharo-ai","description":"Hierarchical Clustering algorithms for Pharo","archived":false,"fork":false,"pushed_at":"2024-01-11T10:47:42.000Z","size":65,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-09T16:12:27.555Z","etag":null,"topics":["agglomerative-clustering","dendrogram","hierarchical-clustering","pharo","pharo-smalltalk","similarity-matrix"],"latest_commit_sha":null,"homepage":"","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-25T14:47:46.000Z","updated_at":"2024-07-13T10:35:17.000Z","dependencies_parsed_at":"2023-12-19T17:34:59.682Z","dependency_job_id":"7ba3a36f-17b6-4fbb-9315-295d4dbdc7f8","html_url":"https://github.com/pharo-ai/hierarchical-clustering","commit_stats":{"total_commits":52,"total_committers":5,"mean_commits":10.4,"dds":0.3846153846153846,"last_synced_commit":"35e73552a95bddfaa1c6a90048520394994670da"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fhierarchical-clustering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fhierarchical-clustering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fhierarchical-clustering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pharo-ai%2Fhierarchical-clustering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pharo-ai","download_url":"https://codeload.github.com/pharo-ai/hierarchical-clustering/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247123093,"owners_count":20887259,"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":["agglomerative-clustering","dendrogram","hierarchical-clustering","pharo","pharo-smalltalk","similarity-matrix"],"created_at":"2024-09-25T21:40:56.932Z","updated_at":"2026-01-18T12:19:39.305Z","avatar_url":"https://github.com/pharo-ai.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hierarchical Clustering\n\n[![Build status](https://github.com/pharo-ai/hierarchical-clustering/workflows/CI/badge.svg)](https://github.com/pharo-ai/hierarchical-clustering/actions/workflows/test.yml)\n[![Coverage Status](https://coveralls.io/repos/github/pharo-ai/hierarchical-clustering/badge.svg?branch=master)](https://coveralls.io/github/pharo-ai/hierarchical-clustering?branch=master)\n[![Pharo version](https://img.shields.io/badge/Pharo-9-%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-11-%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/hierarchical-clustering/master/LICENSE)\n\n# Description\n\nHierarchical Clustering algorithms for Pharo\n\n# Installation\n\n```smalltalk\nMetacello new\n\tbaseline: 'AIHierarchicalClustering';\n\trepository: 'github://pharo-ai/hierarchical-clustering/src';\n\tload.\n```\n\nIf you want to load the Roassal visualization support:\n\n```smalltalk\nMetacello new\n\tbaseline: 'AIViz';\n\trepository: 'github://pharo-ai/viz/src';\n\tload: #('AIVizRoassalHC')\n```\n\n# How to depend on it?\n\nIf you want to add a dependency on hierarchical-clustering to your project, include the following lines into your baseline method:\n\n```Smalltalk\nspec\n  baseline: 'AIHierarchicalClustering'\n  with: [ spec repository: 'github://pharo-ai/hierarchical-clustering/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ai%2Fhierarchical-clustering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpharo-ai%2Fhierarchical-clustering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpharo-ai%2Fhierarchical-clustering/lists"}