|
3 | 3 |
|
4 | 4 | # FuzzyClassificator - this program uses neural networks to solve classification problems, |
5 | 5 | # and uses fuzzy sets and fuzzy logic to interpreting results. |
6 | | -# Copyright (C) 2014, Timur Gilmullin |
| 6 | +# Copyright (C) 2017, Timur Gilmullin |
7 | 7 | # e-mail: tim55667757@gmail.com |
8 | 8 |
|
9 | 9 |
|
10 | | -# License: GNU GPL v3 |
11 | | - |
12 | | -# This file is part of FuzzyClassificator program. |
13 | | - |
14 | | -# FuzzyClassificator 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 | | -# (at your option) any later version. |
18 | | - |
19 | | -# FuzzyClassificator program is distributed in the hope that it will be useful, |
20 | | -# but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
21 | | -# or FITNESS FOR A PARTICULAR PURPOSE. |
22 | | -# See the GNU General Public License for more details. |
23 | | - |
24 | | -# You should have received a copy of the GNU General Public License along with Foobar. |
25 | | -# If not, see <http://www.gnu.org/licenses/>. |
26 | | - |
27 | | -# Этот файл - часть программы FuzzyClassificator. |
28 | | - |
29 | | -# FuzzyClassificator - свободная программа: вы можете перераспространять ее и/или |
30 | | -# изменять ее на условиях Стандартной общественной лицензии GNU в том виде, |
31 | | -# в каком она была опубликована Фондом свободного программного обеспечения; |
32 | | -# либо версии 3 лицензии, либо (по вашему выбору) любой более поздней версии. |
33 | | - |
34 | | -# Программа FuzzyClassificator распространяется в надежде, что она будет полезной, |
35 | | -# но БЕЗО ВСЯКИХ ГАРАНТИЙ; даже без неявной гарантии ТОВАРНОГО ВИДА |
36 | | -# или ПРИГОДНОСТИ ДЛЯ ОПРЕДЕЛЕННЫХ ЦЕЛЕЙ. |
37 | | -# Подробнее см. в Стандартной общественной лицензии GNU. |
38 | | - |
39 | | -# Вы должны были получить копию Стандартной общественной лицензии GNU |
40 | | -# вместе с этой программой. Если это не так, см. <http://www.gnu.org/licenses/>.) |
41 | | - |
42 | | - |
43 | 10 | # Library for work with fuzzy neural networks. |
44 | 11 |
|
45 | 12 |
|
|
0 commit comments