#include <ABEGO_SS_Score.hh>
|
| ABEGO_SS_Score (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string prediction_file_name, Size longest_vall_chunk) |
|
| ~ABEGO_SS_Score () |
|
void | do_caching (VallChunkOP) |
|
bool | cached_score (FragmentCandidateOP f, FragmentScoreMapOP empty_map) |
|
void | clean_up () |
|
virtual bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
| Computes the score. More...
|
|
| CachingScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) |
|
| FragmentScoringMethod (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string name) |
|
std::string & | get_score_name () |
| Returns a name of this scoring method. More...
|
|
Size | get_id () |
| Returns an integer index assigned to this scoring method by a scoring manager. More...
|
|
void | set_id (Size id) |
| Sets a new integer index for this scoring method. More...
|
|
Size | get_priority () |
| Returns a priority of this scoring method. More...
|
|
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 (Real lowest_acceptable_value) |
| Sets a new value of the lowest acceptable score. More...
|
|
protocols::frag_picker::scores::ABEGO_SS_Score::ABEGO_SS_Score |
( |
Size |
priority, |
|
|
Real |
lowest_acceptable_value, |
|
|
bool |
use_lowest, |
|
|
std::string |
prediction_file_name, |
|
|
Size |
longest_vall_chunk |
|
) |
| |
|
inline |
protocols::frag_picker::scores::ABEGO_SS_Score::~ABEGO_SS_Score |
( |
| ) |
|
|
inline |
void protocols::frag_picker::scores::ABEGO_SS_Score::clean_up |
( |
| ) |
|
|
inlinevirtual |
void protocols::frag_picker::scores::ABEGO_SS_Score::do_caching |
( |
VallChunkOP |
chunk | ) |
|
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::VallChunk::at(), bin, cached_scores_id_, protocols::frag_picker::VallChunk::chunk_key(), protocols::frag_picker::VallChunk::get_pdb_id(), maps_, query_len_, ratios_, s, scores_, protocols::frag_picker::VallChunk::size(), and protocols::frag_picker::quota::torsion2big_bin_id().
Referenced by cached_score().
std::string protocols::frag_picker::scores::ABEGO_SS_Score::cached_scores_id_ |
|
private |
Size protocols::frag_picker::scores::ABEGO_SS_Score::n_classes_ |
|
private |
Size protocols::frag_picker::scores::ABEGO_SS_Score::query_len_ |
|
private |
Matrix protocols::frag_picker::scores::ABEGO_SS_Score::scores_ |
|
private |
The documentation for this class was generated from the following files: