package molenc

  1. Overview
  2. Docs
module A = Array
module BA = Bigarray
module BA1 = BA.Array1
module IntMap = BatMap.Int
module L = MyList
type t = (int, BA.int_elt, BA.c_layout) BA1.t
val of_string : string -> t
val nb_features : (int, 'a, 'b) BA1.t -> int
val tanimoto : t -> t -> float
val distance : t -> t -> float