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

type FeatMapScoreMode

source code

object --+
         |
        FeatMapScoreMode

Class Variables [hide private]
  All = 0
score each feature in the probe against every matching feature in the FeatMap.
  Closest = 1
score each feature in the probe against the closest matching feature in the FeatMap.
  Best = 2
score each feature in the probe against the matching...
Class Variable Details [hide private]

Best

score each feature in the probe against the matching
feature in the FeatMap that leads to the highest score

Value:
2