ikmeans.m.bak

来自「这是图像识别方法bag of feature 的matlab源代码」· BAK 代码 · 共 9 行

BAK
9
字号
% 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 + =
减小字号Ctrl + -
显示快捷键?