package lbvs_consent

  1. Overview
  2. Docs

Module Lbvs_consent.FingerprintSource

Sourcemodule Log : sig ... end
module S = BatString
Sourcemodule IntSet = MyIntSet
Sourcetype t =
  1. | MACCS of Bitv.t
  2. | ECFP4 of Bitv.t
  3. | PUBCH of Bitv.t
  4. | MOP2D of IntSet.t
Sourceval to_string : t -> string
Sourceval identify : t -> string
Sourceval get_bits : t -> Bitv.t
Sourceval get_ints : t -> IntSet.t
Sourceval count_set_bits : t -> int
Sourceval size : t -> int
Sourceval union : t -> t -> t
Sourceexception Failed
Sourceval of_string : string -> int -> Bitv.t
Sourceval maccs_length : int
Sourceval ecfp4_length : int
Sourceval pubch_length : int
Sourceval of_maccs_string : string -> t
Sourceval of_ecfp4_string : string -> t
Sourceval of_pubch_string : string -> t
Sourceval of_mop2d_string : string -> t