mbsc - R-functions for model-based subspace clustering


mbsc is a set of R functions that fit a multivariate Dirichlet-process mixture model to identify clusterings based on differences in mean and variance at subsets of attributes, as described in this document.


Installation:
  1. Download the text files mbsc.r and mbsc.c .
  2. Start an R-session with mbsc.r in the directory and type source("mbsc.r")
  3. Assuming you have a data matrix Y you want to cluster, type clustering<-mbsc(Y)
  4. See some examples below for some ideas as to how to analyze the output.
Running the MCMC may take a long time, so you might want to do it in batch mode.
Examples:
Feedback: Let me know if you use this package, have suggestions, or encounter bugs. The more feedback I get, the more I will feel compelled to improve the software.

email: hoff@stat.washington.edu