Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Pharm.FeatureInteractionScoreCombiner Class Reference

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)
 

Detailed Description

FeatureInteractionScoreCombiner.

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Pharm.FeatureInteractionScoreCombiner.__init__ ( FeatureInteractionScoreCombiner  comb)

Initializes a copy of the FeatureInteractionScoreCombiner instance comb.

Parameters
combThe FeatureInteractionScoreCombiner instance to copy.

◆ __init__() [2/2]

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.

Parameters
score1The first interaction scoring function.
score2The second interaction scoring function.
comb_funcThe function calculating the final score value.

Member Function Documentation

◆ assign()

FeatureInteractionScoreCombiner CDPL.Pharm.FeatureInteractionScoreCombiner.assign ( FeatureInteractionScoreCombiner  con)

Replaces the current state of self with a copy of the state of the FeatureInteractionScoreCombiner instance con.

Parameters
conThe FeatureInteractionScoreCombiner instance to copy.
Returns
self