Learn R Programming

⚠️There's a newer version (1.3) of this package.Take me there.

prclust (version 1.0)

Penalized Regression-Based Clustering Method

Description

Clustering is unsupervised and exploratory in nature. Yet, it can be performed through penalized regression with grouping pursuit. In this package, we provide two algorithms for fitting the penalized regression-based clustering (PRclust). One algorithm is based on quadratic penalty and difference convex method. Another algorithm is based on difference convex and ADMM, called DC-ADD, which is more efficient. Generalized cross validation was provided to select the tuning parameters. Rand index, adjusted Rand index and Jaccard index were provided to estimate the agreement between estimated cluster memberships and the truth.

Copy Link

Version

Install

install.packages('prclust')

Monthly Downloads

294

Version

1.0

License

GPL-2 | GPL-3

Maintainer

Chong Wu

Last Published

November 6th, 2015

Functions in prclust (1.0)

clusterStat

External Evaluation of Cluster Results
PRclust

Find the Solution of Penalized Regression-Based Clustering.
GCV

Calculate the Generalized Cross-Validation Statistic (GCV)
prclust-package

Penalized Regression Based Cluster Method