SOTAVerified

Selective Clustering Annotated using Modes of Projections

2018-07-26Code Available0· sign in to hype

Evan Greene, Greg Finak, Raphael Gottardo

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Selective clustering annotated using modes of projections (SCAMP) is a new clustering algorithm for data in R^p. SCAMP is motivated from the point of view of non-parametric mixture modeling. Rather than maximizing a classification likelihood to determine cluster assignments, SCAMP casts clustering as a search and selection problem. One consequence of this problem formulation is that the number of clusters is not a SCAMP tuning parameter. The search phase of SCAMP consists of finding sub-collections of the data matrix, called candidate clusters, that obey shape constraints along each coordinate projection. An extension of the dip test of Hartigan and Hartigan (1985) is developed to assist the search. Selection occurs by scoring each candidate cluster with a preference function that quantifies prior belief about the mixture composition. Clustering proceeds by selecting candidates to maximize their total preference score. SCAMP concludes by annotating each selected cluster with labels that describe how cluster-level statistics compare to certain dataset-level quantities. SCAMP can be run multiple times on a single data matrix. Comparison of annotations obtained across iterations provides a measure of clustering uncertainty. Simulation studies and applications to real data are considered. A C++ implementation with R interface is https://github.com/RGLab/scampavailable\ online.

Tasks

Reproductions