reference/fann/functions/fann-cascadetrain-on-file.xml
dd07341fae2c414adc1f700be0890ff32e8daab4
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="function.fann-cascadetrain-on-file" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>fann_cascadetrain_on_file</refname>
7
-
<refpurpose>Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm.</refpurpose>
7
+
<refpurpose>Trains on an entire dataset read from file, for a period of time using the Cascade2 training algorithm</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -35,7 +35,7 @@
35
35
<term><parameter>filename</parameter></term>
36
36
<listitem>
37
37
<para>
38
-
The maximum number of neurons to be added to neural network
38
+
A file containing the data for training.
39
39
</para>
40
40
</listitem>
41
41
</varlistentry>
...
...
@@ -43,8 +43,7 @@
43
43
<term><parameter>max_neurons</parameter></term>
44
44
<listitem>
45
45
<para>
46
-
The number of neurons between printing a status report to stdout.
47
-
A value of zero means no reports should be printed.
46
+
The maximum number of neurons to be added to neural network
48
47
</para>
49
48
</listitem>
50
49
</varlistentry>
51
50