Release Notes Version 8 9: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
|
|
* Add menu items for flipping data.
* Add menu items for flipping data.
 
* Added Save Selected Indices and Load Selected Indices options under File menu.
|----valign="top"
|----valign="top"
|'''[[analysis]]'''
|'''[[analysis]]'''
Line 48: Line 48:
* Add default naming to componentnames so components are unique by default.
* Add default naming to componentnames so components are unique by default.
|----valign="top"
|----valign="top"
|'''[[]]'''
|'''[[visionairxmlreadr]]'''
|
|
* Fixed initialization of threeway suitable arrays usind TLD instead of ATLD.  
* Update java library.  
|----valign="top"
|----valign="top"
|'''plotscores_pls'''
|'''doerunsheet'''
|
|
* Updates to studentized residual calucations for PLS and MLR.  
* Increase font size.  
|----valign="top"
|----valign="top"
|'''plotscoreslimits'''
|'''anovadoe'''
|
|
* Limits on scores in PCA are now based solely on the scores distribution and no longer includes the model origin.  
* Normalize sums of squares so that they the sum over all factors and error sum to 100% (as in Thiel et al (2017)).
|----valign="top"
|----valign="top"
|'''[[svm]]/[[svmda]]'''
|'''[[selectvars]]'''
|
|
* Add parallel-for (parfor) loop usage in parameter optimization for speed-up if Parallel Computing Toolbox is available.  
* Enable VIP and sRatios variable selection for PLSDA. Modified to work when calibration Y-block is a multi-column class logical dataset or array.  
|----
|----
|}
|}

Revision as of 16:06, 13 September 2020

Changes and Bug Fixes in Version 8.9

Version 8.9 of PLS_Toolbox and Solo was released in September, 2020.

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

  • LREG-DA - Logistic Regression for classification.
  • SIMCA - Allow ability to cross-validate individual models in interface.
  • CROSS-VALIDATION - Allow a class set to be used for custom cross validation.
  • PLSDA - Allow creating of new class set based on modeling groups.
  • PLOTGUI
    • Allow for creating a new class set via selection when viewing an existing class set.
    • Allow for overide of default class colors.
  • PreProcess - Add filtering and despiking preprocess method.

Importers

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

Other Changes

File Comment
editds
  • Add menu items for flipping data.
  • Added Save Selected Indices and Load Selected Indices options under File menu.
analysis
  • Allow reset of included data (via xblock/yblock context menu).
anglemapper
  • Classification based on angle measures between signals.
xgb/xgbda
  • Add menu item to allow setting of include based on top N variables.
evrimodel
  • Add default naming to componentnames so components are unique by default.
visionairxmlreadr
  • Update java library.
doerunsheet
  • Increase font size.
anovadoe
  • Normalize sums of squares so that they the sum over all factors and error sum to 100% (as in Thiel et al (2017)).
selectvars
  • Enable VIP and sRatios variable selection for PLSDA. Modified to work when calibration Y-block is a multi-column class logical dataset or array.