rreesseettUUnniittVVaalluueess -- rreesseettss iinnppuuttss,, oouuttppuuttss,, oorr ootthheerr ffiieellddss ffoorr aa ggrroouupp UUSSAAGGEE resetUnitValues [- []] DDEESSCCRRIIPPTTIIOONN This resets the values for all units in the groups listed to some constant. field can be one of -inputs, -outputs, -targets, -inputDerivs, - outputDerivs, or -externalInputs. The first three may be shortened to a single character. The default field is the outputs. If value is specified, the values will be set to that. Otherwise, if the inputs are being set, the default is the group's initInput. If outputs, the default is the initOutput. The default for targets is NaN. The default for other fields is 0.0. Values can be set to NaN by using a - for the value. EEXXAAMMPPLLEESS To reset outputs of the units in group hidden to the group's or network's (if the group's is NaN) initOutput: lens> resetUnitValues hidden To reset the targets of three groups to NaN: lens> resetUnitValues {out1 out2 out3} -t To reset the inputs of all groups to 0.5: lens> resetUnitValues * -i 0.5 SSEEEE AALLSSOO _c_o_p_y_U_n_i_t_V_a_l_u_e_s --------------------------------------------------------------------------- Last modified: Thu Feb 25 19:27:46 EST 1999