OESimScorePair

class OESimScorePair

This class represents OESimScorePair that holds a similarity scores with an index i and an index j that identifies the fingerprints in the OEFastFPDatabase object from an \(NxN\) similarity calculation with OEFastFPDatabase.GetSparseMatrix.

Constructors

OESimScorePair(i: int, j: int, s: float) -> OESimScorePair

Initializes an OESimScorePair from an index i, an index j and a score s.

GetIdxA

GetIdxA() -> int

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

GetIdxB

GetIdxB() -> int

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

GetScore

GetScore() -> float

Returns the similarity score of the fingerprint corresponding to the index i and index j fingerprints.