package orsvm_e1071

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.0.tar.gz
md5=3ced2f5900780bc786e9da62fb399f90

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.

Published: 08 Mar 2018

Dependencies (3)

  1. conf-r
  2. jbuilder >= "1.0+beta7"
  3. ocaml

Dev Dependencies (5)

  1. parmap with-test
  2. minicli with-test
  3. cpm with-test
  4. batteries with-test
  5. dolog < "4.0.0" & with-test

Used by

None

Conflicts

None