Release Notes Version 8 6 2: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
No edit summary
imported>Scott
No edit summary
Line 17: Line 17:
* Add menu item for [[Model Exporter]] python format.
* Add menu item for [[Model Exporter]] python format.
|----valign="top"
|----valign="top"
|'''[[crossval]]'''
|
* Remove superfluous cross-validation computation when ann is called within crossval_ann.


|'''[[crossval]]'''
|----valign="top"
|'''[[dendrogram]]'''
|
|
* Remove superfluous cross-validation computation when ann is called within crossval_ann.  
* Add fix for no classes existing.
|----valign="top"
|----valign="top"


Line 27: Line 31:
* Move envireadr to PLS_Toolbox, image DSO will be created if MIA_Toolbox is installed.  
* Move envireadr to PLS_Toolbox, image DSO will be created if MIA_Toolbox is installed.  
|----valign="top"
|----valign="top"
|'''[[exportfigure]]'''
|'''[[exportfigure]]'''
|
|
* Multiple fixes, added support for different objects on figure.
* Multiple fixes, added support for different objects on figure.
|----valign="top"
|----valign="top"
|'''[[jmlimit]]'''
|
* Improve the comments to describe the first parameter 'pc' more accurately .
|----valign="top"
|'''[[matchvars]]'''
|'''[[matchvars]]'''
|
|

Revision as of 07:58, 8 June 2018

Changes and Bug Fixes in Version 8.6.2

This release includes updates for Matlab 2016a.

Importers

  • spereadr - Reads Princeton Instruments SPE files.

Additional Changes

File Comment
analysis
crossval
  • Remove superfluous cross-validation computation when ann is called within crossval_ann.
dendrogram
  • Add fix for no classes existing.
envireadr
  • Move envireadr to PLS_Toolbox, image DSO will be created if MIA_Toolbox is installed.
exportfigure
  • Multiple fixes, added support for different objects on figure.
jmlimit
  • Improve the comments to describe the first parameter 'pc' more accurately .
matchvars
  • If matching by labels (in domatch) but target or xdata has empty labels then return empty data parameter.
modelselector
  • If query string does not match throw error .
modlrder
  • Stop modlrder from showing RMSEP if used on a Model. It should only show RMSEP if used on a Prediction, i.e. model.modeltype ending in _pred, case insensitively.
plotscores
  • Fix for cooks distance causing error.