rdkit.DataStructs.BitEnsemble module

#DOC

class rdkit.DataStructs.BitEnsemble.BitEnsemble(bits=None)

Bases: object

used to store a collection of bits and score BitVects (or signatures) against them.

AddBit(bit)
GetBits()
GetNumBits()
ScoreWithIndex(other)

other must support __getitem__()

ScoreWithOnBits(other)

other must support GetOnBits()

SetBits(bits)