Chapter Contents |
Previous |
Next |
The MODECLUS Procedure |
Description | Option | Default Value |
Data Sets | ||
specify input data set name | DATA= | _LAST_ |
specify output data set name for observations | OUT= | |
specify output data set name for clusters | OUTC= | |
specify output data set name for cluster solutions | OUTS= | |
Variables in Output Data Sets | ||
specify variable in the OUT= and OUTCLUS= data sets identifying clusters | CLUSTER= | CLUSTER |
specify variable in the OUT= data set containing density estimates | DENSITY= | DENSITY |
specify length of variables in the output data sets | OUTLENGTH= | 8 |
Results and Data Processing before Clustering * | ||
request simple statistics | SIMPLE | |
standardize the variables to mean 0 and standard deviation 1 | STANDARD | |
Smoothing Parameters | ||
specify number of neighbors to use for kth-nearest-neighbor density estimation | DK= | |
specify number of neighbors to use for clustering | CK= | |
specify number of neighbors to use for kth-nearest-neighbor density estimation and clustering | K= | |
specify radius of the sphere of support for uniform-kernel density estimation | DR= | |
specify radius of the neighborhood for clustering | CR= | |
specify radius of the sphere of support for uniform-kernel density estimation and the neighborhood clustering | R= | |
Density Estimation Options | ||
specify number of times the density estimates are to be cascaded | CASCADE= | 0 |
compute the likelihood cross-validation criterion | CROSS or CROSSLIST | |
specify dimensionality to be used when computing density estimates | DIMENSION= | nvar* or 1 * |
use arithmetic means for cascading density estimates | AM | |
use harmonic means for cascading density estimates | HM | |
use sums for cascading density estimates | SUM | |
Clustering Methods Options | ||
dissolve clusters with n or fewer members | DOCK | |
stop the analysis after obtaining a solution with either no cluster or a single cluster | EARLY | |
request that nonsignificant clusters be hierarchically joined. | JOIN(=) | |
specify maximum number of clusters to be obtained with METHOD=6 | MAXCLUSTERS= | no limit |
specify clustering method to use | METHOD= | |
specify minimum members for either cluster to be designated a modal cluster when two clusters are joined using METHOD=5 | MODE= | the value of K * or 2* |
specify power of the density used with METHOD=6 | POWER= | 2 |
specify approximate significance tests for the number of clusters | TEST | |
specify assignment threshold used with METHOD=6 | THRESHOLD= | 0.5 |
Miscellaneous Options | ||
produce all optional output | ALL | |
display the density and cluster membership of observations with neighbors belonging to a different cluster | BOUNDARY | |
retain the neighbor lists for each observation in memory | CORE | |
display the estimated cross-validated log density of each observation | CROSSLIST | |
display the estimated density and cluster membership of each observation | LIST | |
display estimates of local dimensionality and write them to the OUT=data set | LOCAL | |
display the neighbors of each observation | NEIGHBOR | |
suppress the display of the output | NOPRINT | |
suppress the display of the summary of the number of clusters, number of unassigned observations, and maximum p-value for each analysis | NOSUMMARY | |
suppress the display of statistics for each cluster | SHORT | |
trace the cluster assignments for the METHOD=6 algorithm | TRACE |
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.