Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

oneclust

Travis build status AppVeyor build status CRAN Version Downloads from the RStudio CRAN mirror

Implements the maximum homogeneity clustering algorithm for one-dimensional data described in W. D. Fisher (1958) <doi:10.1080/01621459.1958.10501479> via dynamic programming.

Check the vignette for its applications in feature engineering, regression modeling, and peak calling.

Install

From CRAN:

install.packages("oneclust")

From GitHub:

remotes::install_github("nanxstats/oneclust")

Gallery

Feature engineering for high-cardinality categorical features

Grouping coefficients in regression models

Sequential data peak calling and segmentation

License

oneclust is free and open source software, licensed under GPL-3.

You can’t perform that action at this time.