You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ FuzzyClassificator
38
38
39
39
This program uses neural networks to solve classification problems, and uses fuzzy sets and fuzzy logic to interpreting results. FuzzyClassificator provided under the MIT License.
40
40
41
-
How does it work? Let see process scheme below.
41
+
How does it work? Let see the process scheme below.
42
42
43
43

44
44
@@ -219,7 +219,7 @@ Classify all candidates from file candidates.dat and show result in report.txt:
219
219
220
220
<aname="Chapter_3_1"></a>**ethalons.dat**
221
221
222
-
This is default file with ethalon data set. This file contains tab-delimited data (by default) that looks like this:
222
+
This is default file with ethalon dataset. This file contains tab-delimited data (by default) that looks like this:
223
223
224
224
<first header line with column names>
225
225
and then some strings contains real or fuzzy values:
@@ -238,7 +238,7 @@ For each input vector level of membership in the class characterized by the outp
238
238
0.5 0.6 High Max Min
239
239
0.6 0.7 Max Max Min
240
240
241
-
For training on this data set use --learn key with config parameter, for example:
241
+
For training on this dataset use learn key with parameters:
242
242
243
243
--learn config=3,3,2,2
244
244
@@ -248,7 +248,7 @@ dimension of output vector is 2, and the middle "3,2" parameters means that neur
248
248
249
249
<aname="Chapter_3_2"></a>**candidates.dat**
250
250
251
-
This is default file with data set for classifying. This file contains tab-delimited data (by default) that looks like this:
251
+
This is default file with dataset for classifying. This file contains tab-delimited data (by default) that looks like this:
252
252
253
253
<first header line with column names>
254
254
and then some strings contains real or fuzzy values:
@@ -268,17 +268,15 @@ This is default file with data set for classifying. This file contains tab-delim
268
268
<aname="Chapter_4"></a>Report of classificating
269
269
------------------------------------------------
270
270
271
-
To classify each of input vectors You must to use --classify key. All columns are used as values of input vectors.
0 commit comments