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

Class MergeMetric

source code

object --+
         |
        MergeMetric

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

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
Properties [hide private]

Inherited from object: __class__