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 8
8
% Department of Computer Science and Information Technology
9
9
% www.iasbs.ac.ir/~vasighi/
10
10
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
+
11
27
W= net .W ;
12
28
Err= net .Err ;
13
29
grd= net .grd ;
You can’t perform that action at this time.
0 commit comments