Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the DoubleFeature2UIntFunctor instance. | |
None | __init__ (DoubleFeature2UIntFunctor func) |
Initializes a copy of the DoubleFeature2UIntFunctor instance func. More... | |
None | __init__ (object callable) |
Initializes the DoubleFeature2UIntFunctor instance. More... | |
float | __call__ (Feature arg1, Feature arg2, int arg3) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Pharm.DoubleFeature2UIntFunctor.__init__ | ( | DoubleFeature2UIntFunctor | func | ) |
Initializes a copy of the DoubleFeature2UIntFunctor instance func.
func | The DoubleFeature2UIntFunctor instance to copy. |
None CDPL.Pharm.DoubleFeature2UIntFunctor.__init__ | ( | object | callable | ) |
Initializes the DoubleFeature2UIntFunctor instance.
callable |
arg1 | |
arg2 | |
arg3 |
bool CDPL.Pharm.DoubleFeature2UIntFunctor.__bool__ | ( | ) |
bool CDPL.Pharm.DoubleFeature2UIntFunctor.__nonzero__ | ( | ) |