OpenMS
|
Visits nodes in the boost graph (either ptrs to an ID Object or some lightweight surrogates) and depending on their type sets the posterior Don't forget to set higherScoreBetter and score names in the parent ID objects. More...
#include <OpenMS/ANALYSIS/ID/IDBoostGraph.h>
Public Member Functions | |
void | operator() (PeptideHit *pep, double posterior) const |
void | operator() (ProteinHit *prot, double posterior) const |
void | operator() (ProteinGroup &pg, double posterior) const |
template<class T > | |
void | operator() (T &, double) const |
Visits nodes in the boost graph (either ptrs to an ID Object or some lightweight surrogates) and depending on their type sets the posterior Don't forget to set higherScoreBetter and score names in the parent ID objects.
|
inline |
References PeptideHit::setScore().
|
inline |
References IDBoostGraph::ProteinGroup::score.
|
inline |
References ProteinHit::setScore().
|
inline |