#include <ABEGO_SS_Score.hh>
|
| | ABEGO_SS_Score (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string prediction_file_name, core::Size longest_vall_chunk) |
| |
| | ~ABEGO_SS_Score () override |
| |
| void | do_caching (VallChunkOP) override |
| |
| bool | cached_score (FragmentCandidateOP f, FragmentScoreMapOP empty_map) override |
| |
| void | clean_up () override |
| |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
| | Computes the score. More...
|
| |
| | CachingScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) |
| |
| bool | score (FragmentCandidateOP, FragmentScoreMapOP) override |
| |
| | FragmentScoringMethod (core::Size priority, core::Real lowest_acceptable_value, bool use_lowest, std::string name) |
| |
| std::string & | get_score_name () |
| | Returns a name of this scoring method. More...
|
| |
| core::Size | get_id () |
| | Returns an integer index assigned to this scoring method by a scoring manager. More...
|
| |
| void | set_id (core::Size id) |
| | Sets a new integer index for this scoring method. More...
|
| |
| core::Size | get_priority () |
| | Returns a priority of this scoring method. More...
|
| |
| core::Real | get_min_allowed_score () |
| | Returns the lowest acceptable score value for this scoring method. More...
|
| |
| bool | get_use_lowest () |
| | Returns the boolean choice on using the above lowest acceptable score value. More...
|
| |
| void | set_min_allowed_score (core::Real lowest_acceptable_value) |
| | Sets a new value of the lowest acceptable score. More...
|
| |
| protocols::frag_picker::scores::ABEGO_SS_Score::ABEGO_SS_Score |
( |
core::Size |
priority, |
|
|
core::Real |
lowest_acceptable_value, |
|
|
bool |
use_lowest, |
|
|
std::string |
prediction_file_name, |
|
|
core::Size |
longest_vall_chunk |
|
) |
| |
|
inline |
| protocols::frag_picker::scores::ABEGO_SS_Score::~ABEGO_SS_Score |
( |
| ) |
|
|
inlineoverride |
| void protocols::frag_picker::scores::ABEGO_SS_Score::clean_up |
( |
| ) |
|
|
inlineoverridevirtual |
| void protocols::frag_picker::scores::ABEGO_SS_Score::do_caching |
( |
VallChunkOP |
chunk | ) |
|
|
overridevirtual |
| std::string protocols::frag_picker::scores::ABEGO_SS_Score::cached_scores_id_ |
|
private |
| core::Size protocols::frag_picker::scores::ABEGO_SS_Score::n_classes_ |
|
private |
| core::Size protocols::frag_picker::scores::ABEGO_SS_Score::query_len_ |
|
private |
| utility::vector1< utility::vector1<core::Real> > protocols::frag_picker::scores::ABEGO_SS_Score::ratios_ |
|
private |
| Matrix protocols::frag_picker::scores::ABEGO_SS_Score::scores_ |
|
private |
The documentation for this class was generated from the following files: