{"id":17606533,"url":"https://github.com/mhahsler/streammoa","last_synced_at":"2025-04-15T10:51:57.203Z","repository":{"id":43763301,"uuid":"47481644","full_name":"mhahsler/streamMOA","owner":"mhahsler","description":"Interface for data stream clustering algorithms implemented in the MOA (Massive Online Analysis) framework.","archived":false,"fork":false,"pushed_at":"2024-08-27T22:25:25.000Z","size":5052,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T19:13:13.866Z","etag":null,"topics":["clustering","datamining","datastream"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhahsler.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"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":"2015-12-06T03:03:45.000Z","updated_at":"2025-02-04T18:03:09.000Z","dependencies_parsed_at":"2024-08-27T23:42:39.501Z","dependency_job_id":"1a81a1c3-92c3-480d-a27d-6e8f2829eefa","html_url":"https://github.com/mhahsler/streamMOA","commit_stats":{"total_commits":47,"total_committers":4,"mean_commits":11.75,"dds":0.1063829787234043,"last_synced_commit":"52544d3106ddf1ac60aba5a9bf6e7407f0124c22"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhahsler%2FstreamMOA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhahsler%2FstreamMOA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhahsler%2FstreamMOA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhahsler%2FstreamMOA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhahsler","download_url":"https://codeload.github.com/mhahsler/streamMOA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249057648,"owners_count":21205905,"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","datamining","datastream"],"created_at":"2024-10-22T15:44:46.200Z","updated_at":"2025-04-15T10:51:57.178Z","avatar_url":"https://github.com/mhahsler.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r echo=FALSE, results = 'asis'}\npkg \u003c- 'streamMOA'\n\nsource(\"https://raw.githubusercontent.com/mhahsler/pkg_helpers/main/pkg_helpers.R\")\npkg_title(pkg)\n```\n\nInterface for data stream clustering algorithms implemented in the MOA (Massive Online Analysis) framework. This is an extension package for [stream](https://github.com/mhahsler/stream).\n\n```{r echo=FALSE, results = 'asis'}\npkg_install(pkg)\n```\n\n## Example\n\nCreate 3 clusters with 5% noise.\n\n```{r}\nlibrary(streamMOA)\n\nstream \u003c- DSD_Gaussians(k=3, d=2, noise=.05)\n```\n\nCluster with CluStream.\n\n```{r}\nclustream \u003c- DSC_CluStream(m = 50, k = 3)\nupdate(clustream, stream, 500)\nclustream\n```\n\nPlot micro-clusters.\n\n```{r plot}\nplot(clustream, stream)\n```\n\n## Further Information\n\n* [streamMOA package vignette](https://CRAN.R-project.org/package=streamMOA/vignettes/streamMOA.pdf) with complete examples.\n* [Reference manual](https://CRAN.R-project.org/package=streamMOA/streamMOA.pdf)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhahsler%2Fstreammoa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhahsler%2Fstreammoa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhahsler%2Fstreammoa/lists"}