The Biocaml Library
All modules are named with a Biocaml_ prefix to avoid name clashes
with other libraries. For convenience, every module Biocaml_foo is
renamed as Foo under the main Biocaml module. Thus, do
open Biocaml in your code to use the shorter names.
Files
Tags classify file types.
Internet
Data Structures
Biocaml_accu
A datastructure (based on Hashtbl) to accumulate values.
Biocaml_rSet
Efficient integer sets when many elements expected to be large contiguous sequences of integers.
Biocaml_streamable
A signature for data structures that may be converted to and from
a Stream.t.
Analysis
Biocaml_roc
Performance measurement for binary classification.
Strings
Utilities
Biocaml_msg
Consistent printing of errors, warnings, and bugs.
Incubator
Internal