Skip to content

Commit 61d1fc8

Browse files
authored
Update dbgsom.m
1 parent 90bb4ca commit 61d1fc8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dbgsom.m

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99
% Department of Computer Science and Information Technology
1010
% www.iasbs.ac.ir/~vasighi/
1111

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+
1228
[n1,m1]=size(data);
1329
[data,pre_param]=prefun(data,'rs'); %data pre-processing
1430
data_tmp=data;

0 commit comments

Comments
 (0)