15 lines
618 B
XML
15 lines
618 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>sci</herd>
|
|
<longdescription lang="en">
|
|
The LIBSVM library is used to calculate Support Vector Machine
|
|
optimizations with a great variety of options. It includes
|
|
one-class, two-class, multiclass, regression-mode, and probablistic
|
|
output functionality. It is primarily of interest to machine-learning
|
|
researchers and artificial intelligence application developers.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="tools">Install python based tool scripts</flag>
|
|
</use>
|
|
</pkgmetadata>
|