package oplsr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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