1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 23:52:16 +01:00
Files
archived-doc-ja/reference/svm/book.xml
Yoshinari Takaoka 2806b07cd6 [misc] sync with en
2025-09-09 21:40:12 +09:00

48 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9a5b92a30888d6423db112f07a9b344cf6fc4891 Maintainer: satoruyoshida Status: ready -->
<!-- State: experimental -->
<book xml:id="book.svm" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>サポートベクターマシン</title>
<titleabbrev>SVM</titleabbrev>
<preface xml:id="intro.svm">
&reftitle.intro;
<para>
&warn.experimental;
LibSVM は、SVM 識別と回帰の問題用の効率的なソルバーです。
PHP スクリプトで簡単に使用できるように、
svm 拡張モジュールは、PHP インターフェイスでこれを隠蔽します。
</para>
</preface>
&reference.svm.setup;
&reference.svm.examples;
&reference.svm.svm;
&reference.svm.svmmodel;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->