|
core::Size | protocols::features::get_current_structure_count (utility::sql_database::sessionOP db_session, core::Size const &protocol_id, std::string const &input_tag) |
|
core::Size | protocols::features::get_score_type_id_from_score_term (utility::sql_database::sessionOP db_session, core::Size const &protocol_id, std::string const &score_term) |
|
StructureID | protocols::features::get_struct_id_with_lowest_score_from_job_data (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &protocol_id, std::string const &input_tag) |
|
StructureID | protocols::features::get_struct_id_with_lowest_score_from_score_data (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &protocol_id, std::string const &input_tag) |
|
StructureID | protocols::features::get_struct_id_with_highest_score_from_job_data (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &protocol_id, std::string const &input_tag) |
|
StructureID | protocols::features::get_struct_id_with_highest_score_from_score_data (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &protocol_id, std::string const &input_tag) |
|
StructureID | protocols::features::get_struct_id_with_nth_lowest_score_from_job_data (utility::sql_database::sessionOP db_session, std::string const &score_term, core::Size const &cutoff_index, core::Size const &protocol_id, std::string const &input_tag) |
|
StructureID | protocols::features::get_struct_id_with_nth_lowest_score_from_score_data (utility::sql_database::sessionOP db_session, core::Size const &score_type_id, core::Size const &cutoff_index, core::Size const &protocol_id, std::string const &input_tag) |
|
core::Real | protocols::features::get_score_for_struct_id_and_score_term_from_job_data (utility::sql_database::sessionOP db_session, StructureID const &struct_id, std::string const &score_term) |
|
core::Real | protocols::features::get_score_for_struct_id_and_score_term_from_score_data (utility::sql_database::sessionOP db_session, StructureID const &struct_id, core::Size const &score_type_id) |
|