OESimScore

class OESimScore

This class represents OESimScore that holds a similarity value with an index that identifies the fingerprint in the OEFPDatabase object from which the score is calculated.

Constructors

OESimScore(i: int, s: float) -> OESimScore

Initializes an OESimScore from an index i and a score s.

GetIdx

GetIdx() -> int

Returns the index of the fingerprint corresponding to the similarity score.

GetScore

GetScore() -> float

Returns the similarity score of the fingerprint corresponding to the index.