package orsvm_e1071

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module L = Stdlib.List
module Log = Dolog.Log
val with_in_file : string -> (Stdlib.in_channel -> 'a) -> 'b
val with_out_file : string -> (Stdlib.out_channel -> 'a) -> 'b
val append_file_to_buffer : Stdlib.Buffer.t -> string -> unit
val ignore_fst : 'a -> 'b -> 'c
val fold_on_lines_of_file : string -> ('a -> string -> 'b) -> 'c -> 'd
val float_list_of_file : string -> float list
type filename = string
val collect_script_and_log : bool -> filename -> filename -> filename -> Result.t
val read_predictions : bool -> Result.t -> float list