JMP 14.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
该帮助的版本不再更新,请参见
https://www.jmp.com/support/help/zh-cn/15.2
获取最新的版本.
Scripting Guide
•
Scripting Platforms
•
Scripting-Only Messages and Arguments by Platform
• Clustering
上一个
•
下一个
Clustering
The following messages for a hierarchical cluster object are available only in JSL:
hier_cluster_object << Get Column Names
// return the column names in cluster order (for two-way clustering)
hier_cluster_object << Get Clusters
// return a vector of cluster numbers
hier_cluster_object << GetDisplayOrder
// return a vector of the display position for each row in the cluster, with missing values for undisplayed rows
hier_cluster_object << GetColumnDisplayOrder
// return a vector of the display position for each column (for two-way clustering)
hier_cluster_object << Get Distance Matrix
// return the distance matrix used for hierarchical clustering
KMeans Clustering
The following message for a KMeans cluster object is available only in JSL:
kmeans_cluster_object << Get Statistics
// return the mean and standard deviation for each variable within each cluster