![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Utility functionality used to rank sequences. More...
Classes | |
| class | argless |
| struct | pairGreater |
| functor for implementing > on two std::pairs. The first entries are More... | |
| struct | pairLess |
| function for implementing < on two std::pairs. The first entries are More... | |
Functions | |
| template<typename T1 , typename T2 > | |
| void | rankVect (const std::vector< T1 > &vect, T2 &res) |
| ranks the entries in a vector More... | |
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 64 of file Ranking.h.
References PRECONDITION.