package molenc

  1. Overview
  2. Docs

Module Molenc.FpMolSource

Sourcemodule A = Array
Sourcemodule Fp = Fingerprint
Sourcemodule Ht = Hashtbl
Sourcemodule L = MyList
Sourcetype t = {
  1. name : string;
  2. index : int;
  3. fp : Fp.t;
}
Sourceval create : string -> int -> string -> t
Sourceval read_one_mol : string -> string * string
Sourceval parse_one : int -> string -> t
Sourceval molecules_of_file : Utls.filename -> t list
Sourceval dist : t -> t -> float
Sourceval get_name : t -> string
Sourceval get_index : t -> int
Sourceval get_fp : t -> Fp.t
Sourceval nb_features : t -> int
Sourceval mol_is_active : string -> bool
Sourceval is_active : t -> bool
OCaml

Innovation. Community. Security.