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(size_t i, double s)
Initializes an OESimScore from an index i
and a score s
.
GetIdx¶
size_t GetIdx() const
Returns the index of the fingerprint corresponding to the similarity score.
GetScore¶
double GetScore() const
Returns the similarity score of the fingerprint corresponding to the index.