Package rosetta :: Package protocols :: Package ss_prediction :: Module _protocols_ss_prediction_
[hide private]
[frames] | no frames]

Module _protocols_ss_prediction_

Classes [hide private]
  SS_predictor
protocols/ss_prediction/SS_predictor.hh:40
  SS_predictorAP
  SS_predictorCAP
Functions [hide private]
 
get_label(...)
get_label( (vector1_Real)ss_pred_pos) -> str : helper function to get SS char at a position from a vector of reals
 
get_prob(...)
get_prob( (str)wanted_ss, (vector1_Real)ss_pred_pos) -> float : helper function to get SS char at a position from a vector of reals
Variables [hide private]
  __package__ = None
Function Details [hide private]

get_label(...)

 

get_label( (vector1_Real)ss_pred_pos) -> str :
    helper function to get SS char at a position from a vector of reals
    

    C++ signature :
        char get_label(utility::vector1<double, std::allocator<double> >)

get_prob(...)

 

get_prob( (str)wanted_ss, (vector1_Real)ss_pred_pos) -> float :
    helper function to get SS char at a position from a vector of reals
    

    C++ signature :
        double get_prob(char,utility::vector1<double, std::allocator<double> >)