Rosetta 3.4
|
holds particular score components, weights and calculates the total score for a fragment candidate More...
#include <PValuedFragmentScoreManager.hh>
Public Member Functions | |
PValuedFragmentScoreManager () | |
creates an empty manager | |
bool | score_fragment_from_cache (FragmentCandidateOP, FragmentScoreMapOP) |
calculates all the small scores for a given fragment | |
bool | score_fragment (FragmentCandidateOP, FragmentScoreMapOP) |
calculates all the small scores for a given fragment | |
void | describe_fragments (utility::vector1< std::pair< FragmentCandidateOP, scores::FragmentScoreMapOP > > const &, std::ostream &) |
prints a flat table with all scores for all the fragments in a given vector |
holds particular score components, weights and calculates the total score for a fragment candidate
protocols::frag_picker::scores::PValuedFragmentScoreManager::PValuedFragmentScoreManager | ( | ) | [inline] |
creates an empty manager
void protocols::frag_picker::scores::PValuedFragmentScoreManager::describe_fragments | ( | utility::vector1< std::pair< FragmentCandidateOP, scores::FragmentScoreMapOP > > const & | pairs, |
std::ostream & | out | ||
) | [virtual] |
prints a flat table with all scores for all the fragments in a given vector
print the scores and associated p-values
Reimplemented from protocols::frag_picker::scores::FragmentScoreManager.
References protocols::frag_picker::scores::FragmentScoreManager::precision_, protocols::frag_picker::scores::FragmentScoreManager::scores_, protocols::frag_picker::scores::FragmentScoreManager::TOTAL_PRECISION, protocols::frag_picker::scores::FragmentScoreManager::total_score(), and protocols::frag_picker::scores::FragmentScoreManager::width_.
bool protocols::frag_picker::scores::PValuedFragmentScoreManager::score_fragment | ( | FragmentCandidateOP | candidate, |
FragmentScoreMapOP | empty_map | ||
) | [virtual] |
calculates all the small scores for a given fragment
results are properly stored inside a FragmentScoreMap object
Reimplemented from protocols::frag_picker::scores::FragmentScoreManager.
References protocols::frag_picker::scores::FragmentScoreManager::scores_.
bool protocols::frag_picker::scores::PValuedFragmentScoreManager::score_fragment_from_cache | ( | FragmentCandidateOP | candidate, |
FragmentScoreMapOP | empty_map | ||
) | [virtual] |
calculates all the small scores for a given fragment
results are properly stored inside a FragmentScoreMap object
Reimplemented from protocols::frag_picker::scores::FragmentScoreManager.
References protocols::frag_picker::scores::FragmentScoreManager::scores_.