Metadata-Version: 2.1
Name: ckwrap
Version: 1.2.0
Summary: Python wrapper for Ckmeans.1d.dp, 4.3.5.
Home-page: https://github.com/djdt/ckwrap
Author: djdt
License: LGPL
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: Cython

# ckwrap

Python wrapper for the R package Ckmeans.1d.dp (https://cran.r-project.org/package=Ckmeans.1d.dp).
Ckmeans.1d.dp produces fast, optimal, and reproducible weighted univariate clustering by dynamic programming.

Based off of https://github.com/rocketrip/ckmeans/.


## Installation

To install via pip:

```pip install ckwrap```


