README.md

scvxclustr

Sparse convex clustering

The paper to descrbied the method is avaliable on arXiv:

Wang, B., Zhang, Y., Sun, W., & Fang, Y. (2016). Sparse Convex Clustering. arXiv preprint arXiv:1601.04586.

Installation

I assume that all auxillary packages are already installed

From an interactive R session:

library(devtools)
install_github("elong0527/scvxclustr")
library(scvxclustr)

or directly install on CRAN: [https://cran.r-project.org/web/packages/scvxclustr/index.html]

install.packages("scvxclustr")

Example

Refer example/toy_example.R for a simple example to use the package.



elong0527/scvxclustr documentation built on May 16, 2019, 3:56 a.m.