ggrraapphhOObbjjeecctt -- ooppeennss aa ggrraapphh ooff tthhee vvaalluuee ooff aann oobbjjeecctt oorr ccoommmmaanndd UUSSAAGGEE graphObject [] [-updates ] DDEESSCCRRIIPPTTIIOONN This opens a graph and creates a trace for each object or command in the object list. It returns the graph's number. This is a shortcut for what could be done with the _g_r_a_p_h and _t_r_a_c_e commands. The "objects" can either be the name of a real-valued network object, like error or group(3).unit(2).output or they can be Tcl commands that return numbers, like expr log([getObj error]). If no object is specified, error is the default. If -updates is given, it determines the frequency with which the graph will update its values. Recognized values are NEVER, TICKS, EVENTS, EXAMPLES, WEIGHT_UPDATES, PROGRESS_REPORTS, TRAINING_AND_TESTING, and USER_SIGNALS. You only need to specify a unique prefix of the full name. The default is PROGRESS_REPORTS. You can read more about graphs in the _G_r_a_p_h_s_ _s_e_c_t_i_o_n of the main manual. EEXXAAMMPPLLEESS To graph the output of units out:0 to out:2 every tick: lens> graphObject "out:0.output out:1.output out:2.output" -u TICK SSEEEE AALLSSOO _g_r_a_p_h, _t_r_a_c_e, _e_x_p_o_r_t_G_r_a_p_h --------------------------------------------------------------------------- Last modified: Wed Nov 15 10:52:38 EST 2000