File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 9
9
% Department of Computer Science and Information Technology
10
10
% www.iasbs.ac.ir/~vasighi/
11
11
12
+ % Directed Batch Growing Self Organizing Map (DBGSOM), version 1.0
13
+ % Copyright (C) 2017 Mahdi Vasighi
14
+ %
15
+ % This program is free software: you can redistribute it and/or modify
16
+ % it under the terms of the GNU General Public License as published by
17
+ % the Free Software Foundation, either version 3 of the License, or
18
+ % any later version.
19
+ %
20
+ % This program is distributed in the hope that it will be useful,
21
+ % but WITHOUT ANY WARRANTY; without even the implied warranty of
22
+ % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ % GNU General Public License for more details.
24
+ %
25
+ % You should have received a copy of the GNU General Public License
26
+ % along with this program. If not, see <http://www.gnu.org/licenses/>.
27
+
12
28
[n1 ,m1 ]=size(data );
13
29
[data ,pre_param ]=prefun(data ,' rs' ); % data pre-processing
14
30
data_tmp= data ;
You can’t perform that action at this time.
0 commit comments