Sparse convex clustering
The paper to descrbied the method is avaliable on arXiv:
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")
Refer example/toy_example.R
for a simple example to use the package.