package lbvs_consent

  1. Overview
  2. Docs
type fingerprint =
  1. | MACCS
  2. | ECFP4
  3. | MOP2D
val curr_fingerprint : fingerprint Stdlib.ref
type score =
  1. | Tanimoto
  2. | Tversky of float
val curr_score : score Stdlib.ref
val fast_oppo_score : bool Stdlib.ref
val force_scaffolds_diversity : bool Stdlib.ref
type scheme =
  1. | Logarithmic
  2. | Linear
val potency_scaling : scheme Stdlib.ref
val pm_percent : float Stdlib.ref