Обновление до английской версии

This commit is contained in:
Sergey Panteleev
2022-04-07 09:38:01 +03:00
parent d75cea18d9
commit 109e952bc4
49 changed files with 218 additions and 313 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ea7caabb165509dbf6796bbf07d697f871c462c2 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: c44e9cb68b9b65771f9c45db2c07a06c63d71359 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.fannconnection" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
@ -49,7 +49,12 @@
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.fannconnection')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.fannconnection')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:fallback/>
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.fannconnection')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])">
<xi:fallback/>
</xi:include>
</classsynopsis>
<!-- }}} -->

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: ea7caabb165509dbf6796bbf07d697f871c462c2 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: c44e9cb68b9b65771f9c45db2c07a06c63d71359 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="fannconnection.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -9,12 +9,12 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<constructorsynopsis>
<modifier>public</modifier> <methodname>FANNConnection::__construct</methodname>
<methodparam><type>int</type><parameter>from_neuron</parameter></methodparam>
<methodparam><type>int</type><parameter>to_neuron</parameter></methodparam>
<methodparam><type>float</type><parameter>weight</parameter></methodparam>
</methodsynopsis>
</constructorsynopsis>
<para>
Создаёт новую связь и инициализирует её параметры. После создания связи можно будет изменить только её вес.
</para>