Release Notes Version 7 3 1

From Eigenvector Research Documentation Wiki
Revision as of 14:21, 26 June 2013 by imported>Scott (→‎Bug Fixes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Changes and Bug Fixes in Version 7.3.1

Bug Fixes

File Comment
modeloptimizergui Add plotting button.
plotloadslimits Fix for error when plotting of Selectivity Ratio with model cleared.
experimentreadr Fix default for cal/val when NO cal/val specified in experiment file.
encodexml Remove all control characters other than tab/linefeed/return in strings.
getcacheindex Avoid "load xml file" dialog for rare case when cache item is missing information (e.g. when preprocessing description has gotten too long).
adjustaxislimitsgui Add drawnow, user reported error with missing handles.
opusreadr Fix for typo which obscured a real error messages.
browse_shortcuts Fix for bug when eigenguide.xml file can't be found.
plsdaroc/roccurve Switch orientation of our ROC curves to match general convention of "Specificity"/"Sensitivity" on x and y-axes respt., instead of the reverse.
parsexml Convert from use of "exist()" function to use of java.io.File().isFile (to avoid memory leak).
plotscores_addclassification Add extra check for non-emptyness to avoid error when using "pred = plsda(xt,model);"
trendwaterfall Use findindx when prepping for waterfall.