Statistics: Multivariate Analysis: K-Means Cluster Analysis
Perform K-Means clustering.
This feature is for OriginPro only.
Minimum Origin Version Required: 8.6
1. kmeans ir:=1:end num:=3;
2. kmeans ir:=1:end num:=3 plot:=1 iy:=(1,3);
3. kmeans ir:=1:4 specify:=1 iinitial:=[book2]1!1:4;
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
int
Option list:
Output
ReportTree
ReportData
This function performs the K-Means Cluster Analysis on range data. For more information, see the Cluster Analysis.
kmeans ir:=1:4 num:=3 -r 2;
See the algorithm of K-Means Cluster Analysis.
See the reference of Cluster Analysis.
pca, hcluster, discrim