Package rdkit :: Package Chem :: Package FeatMaps :: Module FeatMapUtils :: Class MergeMetric
[hide private]
[frames] | no frames]

type MergeMetric

source code

object --+
         |
        MergeMetric

Class Variables [hide private]
  NoMerge = 0
Do not merge points
  Distance = 1
merge two points if they come within a threshold distance
  Overlap = 2
merge two points if their percent overlap exceeds a threshold