0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initialization of Q0, ap0, bp0, am0, bm0 is now saved by default. (previously required opts.SAVE_ITER=1) More... over 15 years ago
replaced find with sort to deal with NaNs, which caused this error: ??? Attempted to access rndx(1); index out of bounds because numel(rndx)=0. More... over 15 years ago
added display of converged F value for VERBOSE>0 More... over 15 years ago
displays current value of K for each restart More... over 15 years ago
added display path of SAVE_PATH when saving intermediate results More... almost 16 years ago
added opts.SAVE_RESTARTS and opts.SAVE_PATH to save results as vbmod_restart runs More... almost 16 years ago
verbose mode displays current restart number More... almost 16 years ago
vbmod now records start and stop time (as date vectors, see 'help datevec') as well as elapsed run time in seconds More... almost 16 years ago
removed %'s at top of file More... almost 16 years ago
forgot 'sparse' on A in last commit, which is now added More... almost 16 years ago
replaced logical(A+A') with or(A,A') More... almost 16 years ago
changed exist statement for Q, just to be safe More... almost 16 years ago
changed citation information More... almost 16 years ago
changed citation information More... almost 16 years ago
added some docstrings for functions More... almost 16 years ago
added description of 'K' input in top comment More... almost 16 years ago
updated calculation of n to be less dumb in non-mex version of e-step, speeding up code marginally More... almost 16 years ago
small change to make sure net.Q0 is correctly recorded (and not over-written in mex file, a la pointer) More... almost 16 years ago
removed slow copy of Q_IN to Q_OUT, replaced w/ setting pointers and a typecast More... almost 16 years ago
removed time benchmark for 'where' command to find row and column indicies More... almost 16 years ago
updated calculation of n[mu] to be less dumb, speeding up code More... almost 16 years ago
updated calculation of n[mu] to be less dumb, speeding up code More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
added display of F for each iteration if VERBOSE>=2 More... almost 16 years ago
added 2001 ncaa football example data and code More... almost 16 years ago
changed npp calculation to use extract_diagonal(Q.T*A*Q).sum() instead of trace on converted array to matrix. hopefully more compatible w/ older scipy versions. More... almost 16 years ago
attempted to make x-axis labels integers w/o '.0' ... failed More... almost 16 years ago
added opts['NUM_RESTARTS'] to learn_restart More... almost 16 years ago
added net0 and opts to learn_restart More... almost 16 years ago
added net0 and opts options to learn function More... almost 16 years ago