Package CHEM :: Package CombiCDB :: Module ReactionScore :: Class CompositeScore
[hide private]
[frames] | no frames]

Class CompositeScore



MolScore --+
           |
          CompositeScore

Initialized with several MolScore objects, then generates scores for molecules based on the sum of each of these contributing scores.

Instance Methods [hide private]
 
__init__(self, scoreFunctors)
 
score(self, mol)
Overide this method to return numerical score of this mol

Inherited from MolScore: __call__

Class Variables [hide private]
  scoreFunctors = <CHEM.DB.rdb.search.NameRxnPatternMatchingMode...
Method Details [hide private]

__init__(self, scoreFunctors)
(Constructor)

 
Overrides: MolScore.__init__

score(self, mol)

 
Overide this method to return numerical score of this mol
Overrides: MolScore.score
(inherited documentation)

Class Variable Details [hide private]

scoreFunctors

Value:
None