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

type MergeMethod

source code

object --+
         |
        MergeMethod

Class Variables [hide private]
  WeightedAverage = 0
Put the new point at the weighted average position of the two...
  Average = 1
Put the new point at the un-weighted average position of the two...
  UseLarger = 2
Put the new point at the position of the larger (by weight)...
Class Variable Details [hide private]

WeightedAverage

Put the new point at the weighted average position of the two
fused points

Value:
0

Average

Put the new point at the un-weighted average position of the two
fused points

Value:
1

UseLarger

Put the new point at the position of the larger (by weight)
of the two points

Value:
2