{"id":20313595,"url":"https://github.com/moosetechnology/moosealgos","last_synced_at":"2025-04-11T17:15:33.285Z","repository":{"id":33494460,"uuid":"157557240","full_name":"moosetechnology/MooseAlgos","owner":"moosetechnology","description":"Moose Algos contains generic libraries for various analysis algorithms. ","archived":false,"fork":false,"pushed_at":"2022-02-09T15:21:13.000Z","size":584,"stargazers_count":8,"open_issues_count":3,"forks_count":5,"subscribers_count":10,"default_branch":"development","last_synced_at":"2025-03-25T13:11:20.227Z","etag":null,"topics":["algorithm","moose","pharo","smalltalk"],"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/moosetechnology.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-14T14:01:46.000Z","updated_at":"2023-03-11T08:24:45.000Z","dependencies_parsed_at":"2022-08-07T21:17:12.219Z","dependency_job_id":null,"html_url":"https://github.com/moosetechnology/MooseAlgos","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMooseAlgos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMooseAlgos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMooseAlgos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moosetechnology%2FMooseAlgos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moosetechnology","download_url":"https://codeload.github.com/moosetechnology/MooseAlgos/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248447595,"owners_count":21105140,"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":["algorithm","moose","pharo","smalltalk"],"created_at":"2024-11-14T18:11:56.407Z","updated_at":"2025-04-11T17:15:33.261Z","avatar_url":"https://github.com/moosetechnology.png","language":"Smalltalk","readme":"# MooseAlgos\n\nMoose Algos contains generic libraries for various analysis algorithms.\n\n## Install MooseAlgos\n\nTo install MooseAlgos on your Pharo image you can just execute the following script:\n\n```Smalltalk\nMetacello new\n    githubUser: 'moosetechnology' project: 'MooseAlgos' commitish: 'master' path: 'src';\n    baseline: 'MooseAlgos';\n    load\n```\n\nTo add MooseAlgos to your baseline just add this:\n\n```Smalltalk\n    spec\n    \tbaseline: 'MooseAlgos'\n    \twith: [ spec repository: 'github://moosetechnology/MooseAlgos:master/src' ]\n```\n\nNote that you can replace the #master by another branch as #development or a tag as #v1.0.0, #v1.? or #v1.2.? .\n\n## Clustering\n\nsee https://en.wikipedia.org/wiki/Hierarchical_clustering\n\n- [complete linkage](https://en.wikipedia.org/wiki/Complete-linkage_clustering)\n- single linkage\n- average linkage\n- centroid\n- [Wards method](https://en.wikipedia.org/wiki/Ward%27s_method)\n\n### Example:\n```Smalltalk\ninput := #(#(1 2 3 5) #(11 12 15) #(21 22 23 25) #(31 32 35) #(41 42 43 45 47)).\nclusty := MalClusterEngine with: input flatten shuffle.\nclusty hierarchicalClusteringUsing: #centroid.\nclusters := clusty dendrogram breakInto: 5.\n```\n\n## Word compacting\n\n### Example:\n```Smalltalk\n(MalKontractor reduce: 'Hello' upTo: 3) \u003e\u003e\u003e 'Hlo'\n```\n\n## Linear algebra\n\n- operations with matrices\n\n## Version management\n\nThis project use semantic versionning to define the releases. This mean that each stable release of the project will get associate a version number of the form `vX.Y.Z`.\n\n- **X** define the major version number\n- **Y** define the minor version number\n- **Z** define the patch version number\n\nWhen a release contains only bug fixes, the patch number increase. When the release contains new features backward compatibles, the minor version increase. When the release contains breaking changes, the major version increase.\n\nThus, it should be safe to depend on a fixed major version and moving minor version of this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Fmoosealgos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoosetechnology%2Fmoosealgos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoosetechnology%2Fmoosealgos/lists"}