{"id":29194972,"url":"https://github.com/clugen/moclugen","last_synced_at":"2025-07-02T05:01:59.249Z","repository":{"id":149522348,"uuid":"289039455","full_name":"clugen/MOCluGen","owner":"clugen","description":"Multidimensional cluster generation in MATLAB/Octave","archived":false,"fork":false,"pushed_at":"2024-08-05T19:08:09.000Z","size":11850,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T12:16:43.703Z","etag":null,"topics":["gnu-octave","gnu-octave-toolbox","matlab","matlab-toolbox","multidimensional-clusters","multidimensional-data","octave","octave-toolbox","synthetic-clusters","synthetic-data-generator","synthetic-dataset-generation"],"latest_commit_sha":null,"homepage":"https://clugen.github.io/MOCluGen/","language":"MATLAB","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/clugen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-20T15:16:42.000Z","updated_at":"2025-04-25T08:43:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"d40dd41f-4cd5-4911-b666-c77f16bbea54","html_url":"https://github.com/clugen/MOCluGen","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/clugen/MOCluGen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clugen%2FMOCluGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clugen%2FMOCluGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clugen%2FMOCluGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clugen%2FMOCluGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clugen","download_url":"https://codeload.github.com/clugen/MOCluGen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clugen%2FMOCluGen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263077632,"owners_count":23410167,"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":["gnu-octave","gnu-octave-toolbox","matlab","matlab-toolbox","multidimensional-clusters","multidimensional-data","octave","octave-toolbox","synthetic-clusters","synthetic-data-generator","synthetic-dataset-generation"],"created_at":"2025-07-02T05:01:34.422Z","updated_at":"2025-07-02T05:01:59.183Z","avatar_url":"https://github.com/clugen.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Checks](https://github.com/clugen/MOCluGen/actions/workflows/tests.yml/badge.svg)](https://github.com/clugen/MOCluGen/actions/workflows/tests.yml)\n[![codecov](https://codecov.io/gh/clugen/MOCluGen/branch/main/graph/badge.svg?token=5EWC7L6J3T)](https://codecov.io/gh/clugen/MOCluGen)\n[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://clugen.github.io/MOCluGen/)\n[![MIT](https://img.shields.io/badge/license-MIT-yellowgreen.svg)](https://tldrlegal.com/license/mit-license)\n[![View MOCluGen on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/123960-moclugen)\n[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=clugen/MOCluGen\u0026file=docs/live_example.mlx)\n\n# MOCluGen\n\n## Summary\n\n**MOCluGen** is a MATLAB/Octave implementation of the *clugen* algorithm for\ngenerating multidimensional clusters with arbitrary distributions. Each cluster\nis supported by a line segment, the position, orientation and length of which\nguide where the respective points are placed.\n\nSee the [documentation](https://clugen.github.io/MOCluGen/) and\n[examples](https://clugen.github.io/MOCluGen/examples/) for more details.\n\n## Install and use\n\nDownload the most recent version from the\n[releases](https://github.com/clugen/MOCluGen/releases/latest) page or clone the\ndevelopment version with following command:\n\n```text\n$ git clone https://github.com/clugen/MOCluGen.git\n```\n\nOpen MATLAB or GNU Octave and `cd` into the project's folder, and run the\n`startup.m` script:\n\n```matlab\n\u003e\u003e startup\n```\n\n**MOCluGen** can now be used, e.g:\n\n```matlab\n\u003e\u003e o = clugen(2, 4, 400, [1 0], pi / 8, [50, 10], 20, 1, 2, 'seed', 123);\n\u003e\u003e scatter(o.points(:, 1), o.points(:, 2), 36, o.clusters, 'filled', 'MarkerEdgeColor', 'k');\n```\n\n![Example 2D](https://github.com/clugen/.github/blob/main/images/example2d_moc.png?raw=true)\n\n```matlab\n\u003e\u003e o = clugen(3, 4, 1000, [1 0 0], pi / 8, [20 15 25], 16, 4, 3.5, 'seed', 123);\n\u003e\u003e scatter3(o.points(:, 1), o.points(:, 2), o.points(:, 3), 36, o.clusters, 'filled', 'MarkerEdgeColor', 'k');\n```\n\n![Example 3D](https://github.com/clugen/.github/blob/main/images/example3d_moc.png?raw=true)\n\n## See also\n\n* [pyclugen](https://github.com/clugen/pyclugen/), a Python implementation of\n  the *clugen* algorithm.\n* [CluGen.jl](https://github.com/clugen/CluGen.jl/), a Julia implementation of\n  the *clugen* algorithm.\n* [clugenr](https://github.com/clugen/clugenr/), an R implementation\n  of the *clugen* algorithm.\n\n## Reference\n\nIf you use this software, please cite the following reference:\n\n* Fachada, N. \u0026 de Andrade, D. (2023). Generating multidimensional clusters\n  with support lines. *Knowledge-Based Systems*, 277, 110836.\n  \u003chttps://doi.org/10.1016/j.knosys.2023.110836\u003e\n  ([arXiv preprint](https://doi.org/10.48550/arXiv.2301.10327))\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclugen%2Fmoclugen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclugen%2Fmoclugen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclugen%2Fmoclugen/lists"}