reference/fann/functions/fann-create-standard.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -14,7 +14,7 @@
14
14
<methodparam><type>int</type><parameter>num_layers</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>num_neurons1</parameter></methodparam>
16
16
<methodparam><type>int</type><parameter>num_neurons2</parameter></methodparam>
17
-
<methodparam choice="opt"><type>int</type><parameter>...</parameter></methodparam>
17
+
<methodparam rep="repeat"><type>int</type><parameter>num_neuronsN</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
Creates a standard fully connected backpropagation neural network.
...
...
@@ -57,7 +57,7 @@
57
57
</listitem>
58
58
</varlistentry>
59
59
<varlistentry>
60
-
<term><parameter>...</parameter></term>
60
+
<term><parameter>num_neuronsN</parameter></term>
61
61
<listitem>
62
62
<para>
63
63
Number of neurons in other layers.
64
64