| Home | Trees | Indices | Help |
|
|---|
|
|
ScoringStrategy --+
|
PairwiseScorer --+
|
DistDepPairwiseScorer --+
|
WeightedMultiTerm
|
|||
|
__init__(self) constructor |
||
|
set_molecular_system(self,
ms) ms, a MolecularSystem, manages which of its entity_sets is 'receptor' and which 'ligand' via its configuration tuple and maintains the corresponding pairwise distance matrix. |
||
|
add_term(self,
term,
weight=1.0) add the term and weight as a tuple to the list of terms. |
||
| get_score(self) | ||
| get_score_per_term(self) | ||
|
get_score_array(self) return DistDepPairwise score |
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
ms, a MolecularSystem, manages which of its entity_sets is 'receptor' and which 'ligand' via its configuration tuple and maintains the corresponding pairwise distance matrix. 'set_molecular_system' checks that the currently designated entity_sets have attributes required by this scorer class. (required_attr_dicts manage only checking a required attr once per entity_sets.) @@FIX THIS: if change ms configuration, reset required_attr_dicts
|
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:23:23 2007 | http://epydoc.sourceforge.net |