📄 ikmeans.m.bak
字号:
% 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 + -