Functions | |
void | writeResponses (const char *filename) |
void | writeIncidenceMatrix (const char *filename) |
void | writeMatlab (const char *filename) |
nub::uid | createPreview (tcl::list objid_list, const geom::rect< double > &world_viewport, int num_cols_hint=-1, bool text_labels=true) |
tcl::list | dealSingles (tcl::list objids, nub::uid posid) |
tcl::list | dealPairs (tcl::list objids1, tcl::list objids2, nub::uid posid1, nub::uid posid2) |
tcl::list | dealTriads (tcl::list objid_list, nub::uid posid1, nub::uid posid2, nub::uid posid3) |
tcl::list | loadObjidFile (const char *objid_file, tcl::list objid_list, tcl::list posid_list, int num_lines) |
void TlistUtils::writeMatlab | ( | const char * | filename | ) |
Write a matlab-readable file with one line per Trial, where each line contains a list of the objid's in that Trial followed by the average response given to that Trial.
Definition at line 294 of file tlistutils.cc.
References nub::objectdb::instance().
void TlistUtils::writeResponses | ( | const char * | filename | ) |
Write a file containing a summary of the responses to each Trial in the nub::objectdb.
Definition at line 184 of file tlistutils.cc.
References nub::objectdb::instance(), and SRC_POS.
Referenced by ExptDriver::storeData().