reference/fann/functions/fann-create-shortcut.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -10,11 +10,11 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>reference</type><methodname>fann_create_shortcut</methodname>
13
+
<type>resource</type><methodname>fann_create_shortcut</methodname>
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 backpropagation neural network, which is not fully connected and which also has shortcut connections.
...
...
@@ -53,7 +53,7 @@
53
53
</listitem>
54
54
</varlistentry>
55
55
<varlistentry>
56
-
<term><parameter>...</parameter></term>
56
+
<term><parameter>num_neuronsN</parameter></term>
57
57
<listitem>
58
58
<para>
59
59
Number of neurons in other layers.
60
60