reference/fann/fannconnection/construct.xml
c44e9cb68b9b65771f9c45db2c07a06c63d71359
...
...
@@ -9,12 +9,12 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
12
+
<constructorsynopsis>
13
13
<modifier>public</modifier> <methodname>FANNConnection::__construct</methodname>
14
14
<methodparam><type>int</type><parameter>from_neuron</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>to_neuron</parameter></methodparam>
16
16
<methodparam><type>float</type><parameter>weight</parameter></methodparam>
17
-
</methodsynopsis>
17
+
</constructorsynopsis>
18
18
<para>
19
19
Create new connection and initialize its params. After creating the connection, only weight can be changed.
20
20
</para>
...
...
@@ -27,7 +27,7 @@
27
27
<term><parameter>from_neuron</parameter></term>
28
28
<listitem>
29
29
<para>
30
-
The postion number of starting neuron.
30
+
The position number of starting neuron.
31
31
</para>
32
32
</listitem>
33
33
</varlistentry>
...
...
@@ -35,7 +35,7 @@
35
35
<term><parameter>to_neuron</parameter></term>
36
36
<listitem>
37
37
<para>
38
-
The postion number of terminating neuron.
38
+
The position number of terminating neuron.
39
39
</para>
40
40
</listitem>
41
41
</varlistentry>
42
42