Medial Code Documentation
|
print namespace More...
Functions | |
void | print_samples_stats (const vector< MedSample > &samples, const string &log_file="") |
print samples stats | |
void | print_samples_stats (const MedSamples &samples, const string &log_file="") |
print samples stats | |
void | print_by (const vector< MedSample > &data_records, const vector< string > &groups, bool unique_ids=false, const string &log_file="") |
print samples stats by group | |
void | print_by (const MedSamples &data_records, const vector< string > &groups, bool unique_ids=false, const string &log_file="") |
print samples stats by group | |
void | print_by_year (const vector< MedSample > &data_records, int year_bin_size, bool unique_ids=false, bool take_prediction_time=true, const string &log_file="") |
print samples stats by year | |
void | print_by_year (const MedSamples &data_records, int year_bin_size, bool unique_ids=false, bool take_prediction_time=true, const string &log_file="") |
print samples stats by year | |
template<class T > | |
string | print_obj (T obj, const string &format) |
general print to string woth format | |
template<class T > | |
void | print_vec (const vector< T > &vec, const string &title, const string &format, const string &delimeter=", ") |
printing vector elements in list [] with title to MLOG | |
void | print_vec (const vector< string > &vec, const string &title, const string &delimeter=", ") |
printing vector elements in list [] with title to MLOG | |
template<class T > | |
void | print_hist_vec (const vector< T > &vec, const string &title, const string &format, const vector< double > *prctile_samples=NULL) |
printing vector elements hist prctiles in list [] with title to MLOG | |
string | print_any (po::variable_value &a) |
print boost program options object | |
void | log_with_file (ofstream &fw, const char *format_str,...) |
print namespace