![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
FeatureInteractionScoreCombiner. More...
Inheritance diagram for CDPL.Pharm.FeatureInteractionScoreCombiner:Public Member Functions | |
| None | __init__ (FeatureInteractionScoreCombiner comb) |
| Initializes a copy of the FeatureInteractionScoreCombiner instance comb. More... | |
| None | __init__ (FeatureInteractionScore score1, FeatureInteractionScore score2, DoubleDouble2Functor comb_func) |
Constructs a FeatureInteractionScoreCombiner that combines the score values calculated by two feature interaction scoring functions. More... | |
| FeatureInteractionScoreCombiner | assign (FeatureInteractionScoreCombiner con) |
Replaces the current state of self with a copy of the state of the FeatureInteractionScoreCombiner instance con. More... | |
Public Member Functions inherited from CDPL.Pharm.FeatureInteractionScore | |
| None | __init__ () |
| Initializes the FeatureInteractionScore instance. | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| float | __call__ (Feature arg2, Feature self) |
| float | __call__ (Math.Vector3D arg2, Feature self) |
Additional Inherited Members | |
Properties inherited from CDPL.Pharm.FeatureInteractionScore | |
| objectID = property(getObjectID) | |
| None CDPL.Pharm.FeatureInteractionScoreCombiner.__init__ | ( | FeatureInteractionScoreCombiner | comb | ) |
Initializes a copy of the FeatureInteractionScoreCombiner instance comb.
| comb | The FeatureInteractionScoreCombiner instance to copy. |
| None CDPL.Pharm.FeatureInteractionScoreCombiner.__init__ | ( | FeatureInteractionScore | score1, |
| FeatureInteractionScore | score2, | ||
| DoubleDouble2Functor | comb_func | ||
| ) |
Constructs a FeatureInteractionScoreCombiner that combines the score values calculated by two feature interaction scoring functions.
| score1 | The first interaction scoring function. |
| score2 | The second interaction scoring function. |
| comb_func | The function calculating the final score value. |
| FeatureInteractionScoreCombiner CDPL.Pharm.FeatureInteractionScoreCombiner.assign | ( | FeatureInteractionScoreCombiner | con | ) |
Replaces the current state of self with a copy of the state of the FeatureInteractionScoreCombiner instance con.
| con | The FeatureInteractionScoreCombiner instance to copy. |