package oranger

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module A = BatArray
module L = BatList
module Log = Dolog.Log
type filename = string
type mode =
  1. | Regression
  2. | Classification
val int_of_mode : mode -> int
val train : ?debug:bool -> ?nprocs:int -> mode -> int -> filename -> string -> filename -> bool
val robust_float_of_string : string -> float
val alpha_start : Re.Str.regexp
val ok_line : string -> bool
val read_raw_class_predictions : int -> string -> (float * float) list
val predict : ?debug:bool -> ?nprocs:int -> int -> filename -> filename -> (float * float) list option