![]() |
Rosetta Protocols
2014.35
|
scores a fragment by its predicted psi similarity More...
#include <Psi.hh>
Public Member Functions | |
Psi (Size priority, Real lowest_acceptable_value, bool use_lowest, std::string &fastaQuerySequence, utility::vector1< core::Real > &query_psi_prediction, utility::vector1< core::Real > &query_psi_prediction_conf) | |
creates a predicted psi-based scoring function. More... | |
~Psi () | |
void | do_caching (VallChunkOP) |
void | clean_up () |
bool | score (FragmentCandidateOP, FragmentScoreMapOP) |
bool | cached_score (FragmentCandidateOP, FragmentScoreMapOP) |
![]() | |
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... | |
Private Attributes | |
std::string | cached_scores_id_ |
std::string & | query_ |
Size | query_len_ |
utility::vector1< Real > | query_psi_prediction_ |
utility::vector1< Real > | query_psi_prediction_conf_ |
Additional Inherited Members | |
![]() | |
Size | id_ |
Size | priority_ |
std::string | name_ |
Real | lowest_acceptable_value_ |
bool | use_lowest_ |
scores a fragment by its predicted psi similarity
|
inline |
creates a predicted psi-based scoring function.
References utility_exit_with_message.
|
inline |
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References score().
|
inlinevirtual |
|
virtual |
Implements protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::VallChunk::chunk_key().
|
virtual |
Reimplemented from protocols::frag_picker::scores::CachingScoringMethod.
References protocols::frag_picker::scores::FragmentScoringMethod::id_, protocols::frag_picker::scores::FragmentScoringMethod::lowest_acceptable_value_, query_len_, query_psi_prediction_, and protocols::frag_picker::scores::FragmentScoringMethod::use_lowest_.
Referenced by cached_score().
|
private |
|
private |
|
private |
Referenced by score().
|
private |