som_which_col.m

来自「this file is leverage algorithm written 」· M 代码 · 共 7 行

M
7
字号
function ind = som_which_col(cord_x,cord_y,W_reshape_size)

% som_which_col changes the map coordinates of a neuron into scalar
%
% see the HTML HELP files (help.htm) for details 

ind = cord_x*(W_reshape_size^0.5) - (W_reshape_size^0.5 - cord_y);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?