package orsvm_e1071

  1. Overview
  2. Docs
OCaml wrapper to SVM R packages e1071 and svmpath

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.2.tar.gz
md5=c75fbd85e0595459eb10b6fa1c522d72
sha512=c118bfb40d6cd3d08e2c2b6b4755ffd9ba8a54476717d8b346c01f14569c076104630d09414e5c3fc7b7edbe4cceb3ca5e335c8b058b6557b2837fa1dca7da89

Description

Some OCaml functions to drive the RBF and linear SVMs of the R e1071 package and the linear SVM of the svmpath R package. The svmpath package allows to efficiently compute the list of cost values (lambda = 1/C) that need to be tested in order to find the optimal lambda. This package really fires up and talks to an R interpreter. The Svm module can handle dense or sparse data matrices. The Svmpath module only handles dense matrices.

Published: 11 Dec 2018

README

orsvm-e1071

Access from OCaml SVMs provided by the R e1071 and svmpath packages.

OCaml functions to drive the RBF and linear kernel SVMs of the R e1071 package and the linear kernel SVM of the R svmpath package.

This is low level on purpose: we don't provide access to all functionalities offered by the R packages.

This is probably not high performance: data are exchanged between R and OCaml via ASCII files.

Dependencies (4)

  1. dune < "2.0"
  2. dolog < "4.0.0"
  3. conf-r
  4. ocaml

Dev Dependencies (4)

  1. parmap with-test
  2. minicli with-test
  3. cpm with-test
  4. batteries with-test

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.