clustvarsel (1.3)
Variable Selection for Model-Based Clustering.
http://cran.r-project.org/web/packages/clustvarsel
The selection method uses either a greedy search or headlong search. The greedy search at each step either checks all variables not currently included in the set of clustering variables singly for inclusion into the set or checks all variables in the set of clustering variables singly for exclusion.The headlong search only checks until a variable is included or excluded (i.e. does not necessarily check all possible variables for inclusion/exclusion at each step) and any variable with evidence of clustering below a certain level at any stage is removed from consideration for the remainder of the algorithm. Each variable's evidence for being useful to the clustering given the currently selected clustering variables is given by the difference between the BIC for the model with clustering (allowed to vary over 2 to a maximum number of groups and any of the different covariance parameterizations allowed in mclust) using the set of clustering variables including the variable being checked and the sum of BICs for the model with clustering (allowed to vary over 2 to a maximum number of groups and any of the different covariance parameterizations allowed in mclust) using the set of clustering variables without the variable being checked and the model for the variable being checked being conditionally independent of the clustering given the other clustering variables (this is modeled as a regression of the variable being checked on the other clustering variables).
Maintainer:
Nema Dean
Author(s): Nema Dean <nd29c@stats.gla.ac.uk> and Adrian E. Raftery <raftery@stat.washington.edu>
License: GPL
Uses: mclust
Released almost 4 years ago.
2 previous versions
- clustvarsel_1.2.
- clustvarsel_1.1. Released over 12 years ago.
Ratings
Overall: |
|
Documentation: |
|
Log in to vote.
Reviews
No one has written a review of clustvarsel yet. Want to be the first? Write one now.
Related packages: fastICA, homals, kohonen, pcaPP, pls, ppls, psy, PTAk, som, amap, bayesm, clue, cluster, clusterGeneration, clusterSim, clv, e1071, fpc, hybridHclust, LLAhclust … (20 best matches, based on common tags.)
Search for clustvarsel on google, google scholar, r-help, r-devel.
Visit clustvarsel on R Graphical Manual.