GFORCE: Clustering and Inference Procedures for High-Dimensional Latent Variable Models

A complete suite of computationally efficient methods for high dimensional clustering and inference problems in G-Latent Models (a type of Latent Variable Gaussian graphical model). The main feature is the FORCE (First-Order, Certifiable, Efficient) clustering algorithm which is a fast solver for a semi-definite programming (SDP) relaxation of the K-means problem. For certain types of graphical models (G-Latent Models), with high probability the algorithm not only finds the optimal clustering, but produces a certificate of having done so. This certificate, however, is model independent and so can also be used to certify data clustering problems. The 'GFORCE' package also contains implementations of inferential procedures for G-Latent graphical models using n-fold cross validation. Also included are native code implementations of other popular clustering methods such as Lloyd's algorithm with kmeans++ initialization and complete linkage hierarchical clustering. The FORCE method is due to Eisenach and Liu (2017) <arxiv:1806.00530>.

Version: 0.1.2
Imports: MASS, lpSolve, stats
Suggests: testthat
Published: 2018-06-14
Author: Carson Eisenach [aut, cre]
Maintainer: Carson Eisenach <eisenach at princeton.edu>
License: GPL-2
NeedsCompilation: yes
Materials: README
CRAN checks: GFORCE results

Downloads:

Reference manual: GFORCE.pdf
Package source: GFORCE_0.1.2.tar.gz
Windows binaries: r-devel: GFORCE_0.1.2.zip, r-release: GFORCE_0.1.2.zip, r-oldrel: GFORCE_0.1.2.zip
OS X binaries: r-release: GFORCE_0.1.2.tgz, r-oldrel: GFORCE_0.1.2.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=GFORCE to link to this page.