package oplsr

  1. Overview
  2. Docs
OCaml wrapper for the R 'pls' package

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v5.0.1.tar.gz
sha256=70774bbe08902b12f8f011ba0a449432fa3b45791ae336c8576f7f5c574205df
md5=7e7789e5b7ba6088d088185e6b428112

doc/oplsr/Oplsr/Utls/index.html

Module Oplsr.UtlsSource

module L = BatList
Sourcemodule Log = Dolog.Log
Sourceval with_in_file : string -> (in_channel -> 'a) -> 'a
Sourceval with_out_file : string -> (out_channel -> 'a) -> 'a
Sourceval stddev : float list -> float
Sourceval lines_of_file : string -> string list
Sourceval lines_to_file : string -> string list -> unit
Sourceval filter_lines_of_file : string -> (string -> bool) -> string list
Sourceval iter_on_lines_of_file : string -> (string -> 'a) -> unit
Sourceval get_command_output : bool -> string -> string
Sourceval run_command : bool -> string -> unit
Sourceval fold_on_lines_of_file : string -> ('a -> string -> 'a) -> 'a -> 'a
Sourceval float_list_of_file : string -> float list
Sourceval wall_clock_time : (unit -> 'a) -> float * 'a
Sourceval train_test_split : float -> 'a list -> 'a list * 'a list
Sourceval enforce : bool -> string -> unit
Sourceval list_nparts : int -> 'a list -> 'a list list
Sourceval cv_folds : int -> 'a list -> ('a list * 'a list) list
Sourceval unix_head : int -> string -> string list