package oranger

  1. Overview
  2. Docs
OCaml wrapper for the ranger (C++) random forests implementation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v2.0.4.tar.gz
sha256=5427a889637bcb48feeaf8143473696ea5ce84a27250414fea0ac434f096a2a7
md5=c95f50d6c076ac4abf45c9f6f9edba57

doc/oranger/Oranger/Utls/index.html

Module Oranger.UtlsSource

module L = BatList
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 filter_lines_of_file : string -> (string -> bool) -> string list