RDKit
Open-source cheminformatics and machine learning.
|
This is the complete list of members for RDPickers::LeaderPicker, including all inherited members.
default_nthreads | RDPickers::LeaderPicker | |
default_threshold | RDPickers::LeaderPicker | |
DistPicker() | RDPickers::DistPicker | inline |
lazyPick(T &func, unsigned int poolSize, unsigned int pickSize) const | RDPickers::LeaderPicker | |
lazyPick(T &func, unsigned int poolSize, unsigned int pickSize, double threshold) const | RDPickers::LeaderPicker | |
lazyPick(T &func, unsigned int poolSize, unsigned int pickSize, const RDKit::INT_VECT &firstPicks, double threshold) const | RDPickers::LeaderPicker | |
lazyPick(T &func, unsigned int poolSize, unsigned int pickSize, const RDKit::INT_VECT &firstPicks, double threshold, int nthreads) const | RDPickers::LeaderPicker | |
LeaderPicker() | RDPickers::LeaderPicker | inline |
LeaderPicker(double threshold) | RDPickers::LeaderPicker | inline |
LeaderPicker(double threshold, int nthreads) | RDPickers::LeaderPicker | inline |
pick(const double *distMat, unsigned int poolSize, unsigned int pickSize, const RDKit::INT_VECT &firstPicks, double threshold, int nthreads) const | RDPickers::LeaderPicker | inline |
pick(const double *distMat, unsigned int poolSize, unsigned int pickSize) const override | RDPickers::LeaderPicker | inlinevirtual |
~DistPicker() | RDPickers::DistPicker | inlinevirtual |