![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Utility functionality used to rank sequences. More...
Functions | |
| template<typename T1, typename T2> | |
| void | rankVect (const std::vector< T1 > &vect, T2 &res) |
| ranks the entries in a vector | |
Variables | |
| auto | pairGreater |
| auto | pairLess |
Utility functionality used to rank sequences.
Much of this used to be in GraphMol/RankAtoms.h
| void Rankers::rankVect | ( | const std::vector< T1 > & | vect, |
| T2 & | res ) |
ranks the entries in a vector
| vect | the vector to rank |
| res | is used to return the ranks of each entry |
Definition at line 43 of file Ranking.h.
References PRECONDITION, and rdcast.
|
inline |