ILPDCWrapper#
- class pyopenms.ILPDCWrapper#
Bases:
object
Cython implementation of _ILPDCWrapper
Original C++ documentation is available here
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: ILPDCWrapper) None
Methods
Overload:
compute
(self, fm, pairs, verbose_level)Compute optimal solution and return value of objective function.
- compute(self, fm: FeatureMap, pairs: List[ChargePair], verbose_level: int) float #
Compute optimal solution and return value of objective function. If the input feature map is empty, a warning is issued and -1 is returned