reference/fann/constants.xml
ec820164580aabcbdca6d72e26ec62a90663a9ee
...
...
@@ -10,7 +10,7 @@
10
10
<varlistentry xml:id="constant.fann-train-incremental">
11
11
<term>
12
12
<constant>FANN_TRAIN_INCREMENTAL</constant>
13
-
(<type>integer</type>)
13
+
(<type>int</type>)
14
14
</term>
15
15
<listitem>
16
16
<simpara>
...
...
@@ -23,7 +23,7 @@
23
23
<varlistentry xml:id="constant.fann-train-batch">
24
24
<term>
25
25
<constant>FANN_TRAIN_BATCH</constant>
26
-
(<type>integer</type>)
26
+
(<type>int</type>)
27
27
</term>
28
28
<listitem>
29
29
<simpara>
...
...
@@ -38,7 +38,7 @@
38
38
<varlistentry xml:id="constant.fann-train-rprop">
39
39
<term>
40
40
<constant>FANN_TRAIN_RPROP</constant>
41
-
(<type>integer</type>)
41
+
(<type>int</type>)
42
42
</term>
43
43
<listitem>
44
44
<simpara>
...
...
@@ -55,7 +55,7 @@
55
55
<varlistentry xml:id="constant.fann-train-quickprop">
56
56
<term>
57
57
<constant>FANN_TRAIN_QUICKPROP</constant>
58
-
(<type>integer</type>)
58
+
(<type>int</type>)
59
59
</term>
60
60
<listitem>
61
61
<simpara>
...
...
@@ -69,7 +69,7 @@
69
69
<varlistentry xml:id="constant.fann-train-sarprop">
70
70
<term>
71
71
<constant>FANN_TRAIN_SARPROP</constant>
72
-
(<type>integer</type>)
72
+
(<type>int</type>)
73
73
</term>
74
74
<listitem>
75
75
<simpara>
...
...
@@ -83,7 +83,7 @@
83
83
<varlistentry xml:id="constant.fann-linear">
84
84
<term>
85
85
<constant>FANN_LINEAR</constant>
86
-
(<type>integer</type>)
86
+
(<type>int</type>)
87
87
</term>
88
88
<listitem>
89
89
<simpara>
...
...
@@ -94,7 +94,7 @@
94
94
<varlistentry xml:id="constant.fann-threshold">
95
95
<term>
96
96
<constant>FANN_THRESHOLD</constant>
97
-
(<type>integer</type>)
97
+
(<type>int</type>)
98
98
</term>
99
99
<listitem>
100
100
<simpara>
...
...
@@ -105,7 +105,7 @@
105
105
<varlistentry xml:id="constant.fann-threshold-symmetric">
106
106
<term>
107
107
<constant>FANN_THRESHOLD_SYMMETRIC</constant>
108
-
(<type>integer</type>)
108
+
(<type>int</type>)
109
109
</term>
110
110
<listitem>
111
111
<simpara>
...
...
@@ -116,7 +116,7 @@
116
116
<varlistentry xml:id="constant.fann-sigmoid">
117
117
<term>
118
118
<constant>FANN_SIGMOID</constant>
119
-
(<type>integer</type>)
119
+
(<type>int</type>)
120
120
</term>
121
121
<listitem>
122
122
<simpara>
...
...
@@ -127,7 +127,7 @@
127
127
<varlistentry xml:id="constant.fann-sigmoid-stepwise">
128
128
<term>
129
129
<constant>FANN_SIGMOID_STEPWISE</constant>
130
-
(<type>integer</type>)
130
+
(<type>int</type>)
131
131
</term>
132
132
<listitem>
133
133
<simpara>
...
...
@@ -138,7 +138,7 @@
138
138
<varlistentry xml:id="constant.fann-sigmoid-symmetric">
139
139
<term>
140
140
<constant>FANN_SIGMOID_SYMMETRIC</constant>
141
-
(<type>integer</type>)
141
+
(<type>int</type>)
142
142
</term>
143
143
<listitem>
144
144
<simpara>
...
...
@@ -149,7 +149,7 @@
149
149
<varlistentry xml:id="constant.fann-sigmoid-symmetric-stepwise">
150
150
<term>
151
151
<constant>FANN_SIGMOID_SYMMETRIC_STEPWISE</constant>
152
-
(<type>integer</type>)
152
+
(<type>int</type>)
153
153
</term>
154
154
<listitem>
155
155
<simpara>
...
...
@@ -160,7 +160,7 @@
160
160
<varlistentry xml:id="constant.fann-gaussian">
161
161
<term>
162
162
<constant>FANN_GAUSSIAN</constant>
163
-
(<type>integer</type>)
163
+
(<type>int</type>)
164
164
</term>
165
165
<listitem>
166
166
<simpara>
...
...
@@ -171,7 +171,7 @@
171
171
<varlistentry xml:id="constant.fann-gaussian-symmetric">
172
172
<term>
173
173
<constant>FANN_GAUSSIAN_SYMMETRIC</constant>
174
-
(<type>integer</type>)
174
+
(<type>int</type>)
175
175
</term>
176
176
<listitem>
177
177
<simpara>
...
...
@@ -182,7 +182,7 @@
182
182
<varlistentry xml:id="constant.fann-gaussian-stepwise">
183
183
<term>
184
184
<constant>FANN_GAUSSIAN_STEPWISE</constant>
185
-
(<type>integer</type>)
185
+
(<type>int</type>)
186
186
</term>
187
187
<listitem>
188
188
<simpara>
...
...
@@ -193,7 +193,7 @@
193
193
<varlistentry xml:id="constant.fann-elliot">
194
194
<term>
195
195
<constant>FANN_ELLIOT</constant>
196
-
(<type>integer</type>)
196
+
(<type>int</type>)
197
197
</term>
198
198
<listitem>
199
199
<simpara>
...
...
@@ -204,7 +204,7 @@
204
204
<varlistentry xml:id="constant.fann-elliot-symmetric">
205
205
<term>
206
206
<constant>FANN_ELLIOT_SYMMETRIC</constant>
207
-
(<type>integer</type>)
207
+
(<type>int</type>)
208
208
</term>
209
209
<listitem>
210
210
<simpara>
...
...
@@ -215,7 +215,7 @@
215
215
<varlistentry xml:id="constant.fann-linear-piece">
216
216
<term>
217
217
<constant>FANN_LINEAR_PIECE</constant>
218
-
(<type>integer</type>)
218
+
(<type>int</type>)
219
219
</term>
220
220
<listitem>
221
221
<simpara>
...
...
@@ -226,7 +226,7 @@
226
226
<varlistentry xml:id="constant.fann-linear-piece-symmetric">
227
227
<term>
228
228
<constant>FANN_LINEAR_PIECE_SYMMETRIC</constant>
229
-
(<type>integer</type>)
229
+
(<type>int</type>)
230
230
</term>
231
231
<listitem>
232
232
<simpara>
...
...
@@ -237,7 +237,7 @@
237
237
<varlistentry xml:id="constant.fann-sin-symmetric">
238
238
<term>
239
239
<constant>FANN_SIN_SYMMETRIC</constant>
240
-
(<type>integer</type>)
240
+
(<type>int</type>)
241
241
</term>
242
242
<listitem>
243
243
<simpara>
...
...
@@ -248,7 +248,7 @@
248
248
<varlistentry xml:id="constant.fann-cos-symmetric">
249
249
<term>
250
250
<constant>FANN_COS_SYMMETRIC</constant>
251
-
(<type>integer</type>)
251
+
(<type>int</type>)
252
252
</term>
253
253
<listitem>
254
254
<simpara>
...
...
@@ -259,7 +259,7 @@
259
259
<varlistentry xml:id="constant.fann-sin">
260
260
<term>
261
261
<constant>FANN_SIN</constant>
262
-
(<type>integer</type>)
262
+
(<type>int</type>)
263
263
</term>
264
264
<listitem>
265
265
<simpara>
...
...
@@ -270,7 +270,7 @@
270
270
<varlistentry xml:id="constant.fann-cos">
271
271
<term>
272
272
<constant>FANN_COS</constant>
273
-
(<type>integer</type>)
273
+
(<type>int</type>)
274
274
</term>
275
275
<listitem>
276
276
<simpara>
...
...
@@ -284,7 +284,7 @@
284
284
<varlistentry xml:id="constant.fann-errorfunc-linear">
285
285
<term>
286
286
<constant>FANN_ERRORFUNC_LINEAR</constant>
287
-
(<type>integer</type>)
287
+
(<type>int</type>)
288
288
</term>
289
289
<listitem>
290
290
<simpara>
...
...
@@ -295,13 +295,13 @@
295
295
<varlistentry xml:id="constant.fann-errorfunc-tanh">
296
296
<term>
297
297
<constant>FANN_ERRORFUNC_TANH</constant>
298
-
(<type>integer</type>)
298
+
(<type>int</type>)
299
299
</term>
300
300
<listitem>
301
301
<simpara>
302
-
Tanh error function, usually better but can require a lower learning rate. This error function agressively
303
-
targets outputs that differ much from the desired, while not targetting outputs that only differ a little that much.
304
-
This activation function is not recommended for cascade training and incremental training.
302
+
Tanh error function; usually better but may require a lower learning rate. This error function aggressively
303
+
targets outputs that differ much from the desired, while not targeting outputs that only differ slightly.
304
+
Not recommended for cascade or incremental training.
305
305
</simpara>
306
306
</listitem>
307
307
</varlistentry>
...
...
@@ -311,7 +311,7 @@
311
311
<varlistentry xml:id="constant.fann-stopfunc-mse">
312
312
<term>
313
313
<constant>FANN_STOPFUNC_MSE</constant>
314
-
(<type>integer</type>)
314
+
(<type>int</type>)
315
315
</term>
316
316
<listitem>
317
317
<simpara>
...
...
@@ -322,7 +322,7 @@
322
322
<varlistentry xml:id="constant.fann-stopfunc-bit">
323
323
<term>
324
324
<constant>FANN_STOPFUNC_BIT</constant>
325
-
(<type>integer</type>)
325
+
(<type>int</type>)
326
326
</term>
327
327
<listitem>
328
328
<simpara>
...
...
@@ -338,7 +338,7 @@
338
338
<varlistentry xml:id="constant.fann-nettype-layer">
339
339
<term>
340
340
<constant>FANN_NETTYPE_LAYER</constant>
341
-
(<type>integer</type>)
341
+
(<type>int</type>)
342
342
</term>
343
343
<listitem>
344
344
<simpara>
...
...
@@ -349,7 +349,7 @@
349
349
<varlistentry xml:id="constant.fann-nettype-shortcut">
350
350
<term>
351
351
<constant>FANN_NETTYPE_SHORTCUT</constant>
352
-
(<type>integer</type>)
352
+
(<type>int</type>)
353
353
</term>
354
354
<listitem>
355
355
<simpara>
...
...
@@ -363,7 +363,7 @@
363
363
<varlistentry xml:id="constant.fann-e-no-error">
364
364
<term>
365
365
<constant>FANN_E_NO_ERROR</constant>
366
-
(<type>integer</type>)
366
+
(<type>int</type>)
367
367
</term>
368
368
<listitem>
369
369
<simpara>
...
...
@@ -374,7 +374,7 @@
374
374
<varlistentry xml:id="constant.fann-e-cant-open-config-r">
375
375
<term>
376
376
<constant>FANN_E_CANT_OPEN_CONFIG_R</constant>
377
-
(<type>integer</type>)
377
+
(<type>int</type>)
378
378
</term>
379
379
<listitem>
380
380
<simpara>
...
...
@@ -385,7 +385,7 @@
385
385
<varlistentry xml:id="constant.fann-e-cant-open-config-w">
386
386
<term>
387
387
<constant>FANN_E_CANT_OPEN_CONFIG_W</constant>
388
-
(<type>integer</type>)
388
+
(<type>int</type>)
389
389
</term>
390
390
<listitem>
391
391
<simpara>
...
...
@@ -396,7 +396,7 @@
396
396
<varlistentry xml:id="constant.fann-e-wrong-config-version">
397
397
<term>
398
398
<constant>FANN_E_WRONG_CONFIG_VERSION</constant>
399
-
(<type>integer</type>)
399
+
(<type>int</type>)
400
400
</term>
401
401
<listitem>
402
402
<simpara>
...
...
@@ -407,7 +407,7 @@
407
407
<varlistentry xml:id="constant.fann-e-cant-read-config">
408
408
<term>
409
409
<constant>FANN_E_CANT_READ_CONFIG</constant>
410
-
(<type>integer</type>)
410
+
(<type>int</type>)
411
411
</term>
412
412
<listitem>
413
413
<simpara>
...
...
@@ -418,7 +418,7 @@
418
418
<varlistentry xml:id="constant.fann-e-cant-read-neuron">
419
419
<term>
420
420
<constant>FANN_E_CANT_READ_NEURON</constant>
421
-
(<type>integer</type>)
421
+
(<type>int</type>)
422
422
</term>
423
423
<listitem>
424
424
<simpara>
...
...
@@ -429,7 +429,7 @@
429
429
<varlistentry xml:id="constant.fann-e-cant-read-connections">
430
430
<term>
431
431
<constant>FANN_E_CANT_READ_CONNECTIONS</constant>
432
-
(<type>integer</type>)
432
+
(<type>int</type>)
433
433
</term>
434
434
<listitem>
435
435
<simpara>
...
...
@@ -440,7 +440,7 @@
440
440
<varlistentry xml:id="constant.fann-e-wrong-num-connections">
441
441
<term>
442
442
<constant>FANN_E_WRONG_NUM_CONNECTIONS</constant>
443
-
(<type>integer</type>)
443
+
(<type>int</type>)
444
444
</term>
445
445
<listitem>
446
446
<simpara>
...
...
@@ -451,7 +451,7 @@
451
451
<varlistentry xml:id="constant.fann-e-cant-open-td-w">
452
452
<term>
453
453
<constant>FANN_E_CANT_OPEN_TD_W</constant>
454
-
(<type>integer</type>)
454
+
(<type>int</type>)
455
455
</term>
456
456
<listitem>
457
457
<simpara>
...
...
@@ -462,7 +462,7 @@
462
462
<varlistentry xml:id="constant.fann-e-cant-open-td-r">
463
463
<term>
464
464
<constant>FANN_E_CANT_OPEN_TD_R</constant>
465
-
(<type>integer</type>)
465
+
(<type>int</type>)
466
466
</term>
467
467
<listitem>
468
468
<simpara>
...
...
@@ -473,7 +473,7 @@
473
473
<varlistentry xml:id="constant.fann-e-cant-read-td">
474
474
<term>
475
475
<constant>FANN_E_CANT_READ_TD</constant>
476
-
(<type>integer</type>)
476
+
(<type>int</type>)
477
477
</term>
478
478
<listitem>
479
479
<simpara>
...
...
@@ -484,7 +484,7 @@
484
484
<varlistentry xml:id="constant.fann-e-cant-allocate-mem">
485
485
<term>
486
486
<constant>FANN_E_CANT_ALLOCATE_MEM</constant>
487
-
(<type>integer</type>)
487
+
(<type>int</type>)
488
488
</term>
489
489
<listitem>
490
490
<simpara>
...
...
@@ -495,7 +495,7 @@
495
495
<varlistentry xml:id="constant.fann-e-cant-train-activation">
496
496
<term>
497
497
<constant>FANN_E_CANT_TRAIN_ACTIVATION</constant>
498
-
(<type>integer</type>)
498
+
(<type>int</type>)
499
499
</term>
500
500
<listitem>
501
501
<simpara>
...
...
@@ -506,7 +506,7 @@
506
506
<varlistentry xml:id="constant.fann-e-cant-use-activation">
507
507
<term>
508
508
<constant>FANN_E_CANT_USE_ACTIVATION</constant>
509
-
(<type>integer</type>)
509
+
(<type>int</type>)
510
510
</term>
511
511
<listitem>
512
512
<simpara>
...
...
@@ -517,7 +517,7 @@
517
517
<varlistentry xml:id="constant.fann-e-train-data-mismatch">
518
518
<term>
519
519
<constant>FANN_E_TRAIN_DATA_MISMATCH</constant>
520
-
(<type>integer</type>)
520
+
(<type>int</type>)
521
521
</term>
522
522
<listitem>
523
523
<simpara>
...
...
@@ -528,7 +528,7 @@
528
528
<varlistentry xml:id="constant.fann-e-cant-use-train-alg">
529
529
<term>
530
530
<constant>FANN_E_CANT_USE_TRAIN_ALG</constant>
531
-
(<type>integer</type>)
531
+
(<type>int</type>)
532
532
</term>
533
533
<listitem>
534
534
<simpara>
...
...
@@ -539,7 +539,7 @@
539
539
<varlistentry xml:id="constant.fann-e-train-data-subset">
540
540
<term>
541
541
<constant>FANN_E_TRAIN_DATA_SUBSET</constant>
542
-
(<type>integer</type>)
542
+
(<type>int</type>)
543
543
</term>
544
544
<listitem>
545
545
<simpara>
...
...
@@ -550,7 +550,7 @@
550
550
<varlistentry xml:id="constant.fann-e-index-out-of-bound">
551
551
<term>
552
552
<constant>FANN_E_INDEX_OUT_OF_BOUND</constant>
553
-
(<type>integer</type>)
553
+
(<type>int</type>)
554
554
</term>
555
555
<listitem>
556
556
<simpara>
...
...
@@ -561,7 +561,7 @@
561
561
<varlistentry xml:id="constant.fann-e-scale-not-present">
562
562
<term>
563
563
<constant>FANN_E_SCALE_NOT_PRESENT</constant>
564
-
(<type>integer</type>)
564
+
(<type>int</type>)
565
565
</term>
566
566
<listitem>
567
567
<simpara>
...
...
@@ -572,18 +572,18 @@
572
572
<varlistentry xml:id="constant.fann-e-input-no-match">
573
573
<term>
574
574
<constant>FANN_E_INPUT_NO_MATCH</constant>
575
-
(<type>integer</type>)
575
+
(<type>int</type>)
576
576
</term>
577
577
<listitem>
578
578
<simpara>
579
-
The number of input neurons in the ann data do not match
579
+
The number of input neurons in the ann and data do not match
580
580
</simpara>
581
581
</listitem>
582
582
</varlistentry>
583
583
<varlistentry xml:id="constant.fann-e-output-no-match">
584
584
<term>
585
585
<constant>FANN_E_OUTPUT_NO_MATCH</constant>
586
-
(<type>integer</type>)
586
+
(<type>int</type>)
587
587
</term>
588
588
<listitem>
589
589
<simpara>
590
590