Public Member Functions | |
ThreadFeatureParse () | |
ThreadFeatureParse (feature_parse_op *op_list, int op_count, int mem_size) | |
ThreadFeatureParse (char *eqn_str) | |
ThreadFeatureParse & | operator= (const ThreadFeatureParse &rhs) |
void | Copy (const ThreadFeatureParse &rhs) |
~ThreadFeatureParse () | |
float | RunParse (ProspectThreadingInfo *thread) |
float * | RunParse (ProspectOutput *threads) |
Static Public Member Functions | |
static ThreadFeatureParse * | CompileParse (char *str) |
static float | calc_averaw (ProspectThreadingInfo *thread, int foo=0) |
static float | get_score (ProspectThreadingInfo *thread, int feature) |
static float | get_score_mean (ProspectThreadingInfo *thread, int feature) |
static float | get_score_sd (ProspectThreadingInfo *thread, int feature) |
static float | get_struct_feature (ProspectThreadingInfo *thread, int feature) |
static float | get_align_feature (ProspectThreadingInfo *thread, int feature) |
static float | get_raw_zscore (ProspectThreadingInfo *thread, int feature) |
static float | get_target_frag_count (ProspectThreadingInfo *thread, int foo=0) |
static float | get_weight (ProspectThreadingInfo *thread, int feature) |
static float | get_energy (ProspectThreadingInfo *thread, int feature) |
static float | get_energy_weight (ProspectThreadingInfo *thread, int feature) |
static float * | get_raw_zscore_array (ProspectOutput *threads, int feature) |
static float * | get_score_array (ProspectOutput *threads, int feature) |
static float * | get_score_array_mean (ProspectOutput *threads, int feature) |
static float * | get_score_array_sd (ProspectOutput *threads, int feature) |
static float * | get_weight_array (ProspectOutput *threads, int feature) |
static float * | get_energy_array (ProspectOutput *threads, int feature) |
static float * | get_energy_weight_array (ProspectOutput *threads, int feature) |
static float * | get_align_feature_array (ProspectOutput *threads, int feature) |
static float * | get_struct_len_array (ProspectOutput *thread, int feature) |
static float | GetFeatureFloat (ProspectThreadingInfo *thread_info, char *str) |
static float | GetFeatureFloat (ProspectThreadingInfo *thread_info, int id) |
static int | GetFeatureID (char *str) |
static char * | GetFeatureStr (ProspectThreadingInfo *thread_info, char *str) |
static char * | ParseFeatureStr (ProspectThreadingInfo *thread_info, char *str) |
static float | ParseFeatureEqn (ProspectThreadingInfo *thread_info, char *eqn_str) |
Definition at line 1632 of file open_prospect.h.