https://github.com/twystd/ckmeans.1d.dp
Experimental port of Ckmeans.1d.dp from 'R' to Go
https://github.com/twystd/ckmeans.1d.dp
Last synced: 5 months ago
JSON representation
Experimental port of Ckmeans.1d.dp from 'R' to Go
- Host: GitHub
- URL: https://github.com/twystd/ckmeans.1d.dp
- Owner: twystd
- License: unlicense
- Created: 2020-10-15T00:06:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T04:21:16.000Z (over 2 years ago)
- Last Synced: 2024-09-18T10:09:23.316Z (almost 2 years ago)
- Language: C++
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ckmeans
Brain dead line-for-line port of the underlying _C_ code for [Ckmeans.1d.dp](https://cran.r-project.org/web/packages/Ckmeans.1d.dp/index.html) v4.3.3 to _Go_ and _Python_ (in progress).