chemaxon.fingerprints.fingerprint

class Fingerprint:

Fingerprint

Attributes

length: int Length of the array cresult: CFingerprint Fingerprint - every bit of every long in the array represents a fingerprint bit and exception data

Fingerprint(cresult: chemaxon.fingerprints.fingerprint._CFingerprint)
length
array
def to_bytes(self):

Returns

bytes: list[bytes] The byte representation of the fingerprint

def to_binary_string(self):

Returns

binary_string: str The binary string representation of the fingerprint

def darkness(self):

Returns

darkness: int The count of 1 bits in the fingerprint

class FloatVectorFingerprint:

FloatVectorFingerprint

Attributes

length: int Length of the array cresult: CFloatVectorFingerprint Fingerprint object - fingerprint and exception data

FloatVectorFingerprint(cresult: chemaxon.fingerprints.fingerprint._CFloatVectorFingerprint)
length
array