This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Publication date: 07/30/2020

Clustering

The following messages for a hierarchical cluster object are available only in JSL:

// returns the column names in cluster order (for two-way clustering)
hier_cluster_object << Get Column Names
 
// returns a vector of cluster numbers
hier_cluster_object << Get Clusters
 
/* returns a vector of the display position for each row in the cluster,
with missing values for undisplayed rows */
hier_cluster_object << GetDisplayOrder
 
/* returns a vector of the display position for each column
(for two-way clustering)*/
hier_cluster_object << GetColumnDisplayOrder
 
// returns the distance matrix used for hierarchical clustering
hier_cluster_object << Get Distance Matrix

KMeans Clustering

The following message for a KMeans cluster object is available only in JSL. The message returns the mean and standard deviation for each varaible within each cluster.

kmeans_cluster_object << Get Statistics
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).