Release Notes Version 8 8: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
No edit summary
Line 60: Line 60:
* Limits on scores in PCA are now based solely on the scores distribution and no longer includes the model origin.  
* Limits on scores in PCA are now based solely on the scores distribution and no longer includes the model origin.  
|----valign="top"
|----valign="top"
|'''[[svm]]'''
|'''[[svm/]][[svmda]]'''
|
|
* Add parallel-for loop usage in optimization.  
* Add parallel-for (parfor) loop usage in parameter optimization for speed-up if Parallel Computing Toolbox is available.  
|----
|----
|}
|}

Revision as of 22:08, 16 December 2019

Changes and Bug Fixes in Version 8.8

Version 8.8 of PLS_Toolbox and Solo was released in December, 2019.

For general product information, see PLS_Toolbox Product Page. For information on Solo, see Solo Product Page.

(back to Release Notes PLS Toolbox and Solo)

New Features in Solo and PLS_Toolbox

Importers

  • JCAMPREADR - Update jar to increased the max number of blocks allowed in imported file from 500 to 50000.

Other Changes

File Comment
ann
  • Modify 'bpn' algorithm case to support multi-column y.
emscorr
  • Model support for filter options 'p' and 's'.
matchvars
  • Update to work with reversed axis scales.
mlrengine
  • Added condmax and output condnum.
modeloptimizer
  • Add wait bar when applying models to validation data.
mscorr
  • Allow window input to be a double array of indices.
parafac
  • Fixed initialization of threeway suitable arrays usind TLD instead of ATLD.
plotscores_pls
  • Updates to studentized residual calucations for PLS and MLR.
plotscoreslimits
  • Limits on scores in PCA are now based solely on the scores distribution and no longer includes the model origin.
svm/svmda
  • Add parallel-for (parfor) loop usage in parameter optimization for speed-up if Parallel Computing Toolbox is available.