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(unsigned int i, float s)

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

GetIdx

unsigned int GetIdx() const

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

GetScore

float GetScore() const

Returns the similarity score.