Skip to content

Commit 90bb4ca

Browse files
authored
Update dbgrowfun.m
1 parent 9b7d52b commit 90bb4ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

dbgrowfun.m

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

11+
% Directed Batch Growing Self Organizing Map (DBGSOM), version 1.0
12+
% Copyright (C) 2017 Mahdi Vasighi
13+
%
14+
% This program is free software: you can redistribute it and/or modify
15+
% it under the terms of the GNU General Public License as published by
16+
% the Free Software Foundation, either version 3 of the License, or
17+
% any later version.
18+
%
19+
% This program is distributed in the hope that it will be useful,
20+
% but WITHOUT ANY WARRANTY; without even the implied warranty of
21+
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+
% GNU General Public License for more details.
23+
%
24+
% You should have received a copy of the GNU General Public License
25+
% along with this program. If not, see <http://www.gnu.org/licenses/>.
26+
1127
W=net.W;
1228
Err=net.Err;
1329
grd=net.grd;

0 commit comments

Comments
 (0)