?? ikmeans.m
字號:
% IKMEANS Integer K-means% [C,I] = IKMEANS(X,K) cluster the data X (one element per% column) using the K-means method. The function returns a list% of K cluster centers C and the assignments I of each datum to% its cluster.%% IKMEANS() requires that X is of datatype `uint8' (hence the% I suffix).
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -