Release Notes Version 5 8: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(Created page with '==NEW FEATURES== ===Model Building=== * SVM * LWR ===Scores Plots=== * KNN Score Distance metric available in scores plots of PLS, PCR, and PCA (knnscoredistance). * Improv…')
 
imported>Scott
No edit summary
Line 1: Line 1:
Version 5.8 of PLS_Toolbox and Solo was released in February , 2010.
For general product information, see [http://software.eigenvector.com/toolbox/pls_toolbox/index.html PLS_Toolbox Product Page]. For information on Solo, see [http://software.eigenvector.com/toolbox/solo/index.html Solo Product Page].
==NEW FEATURES==
==NEW FEATURES==
* Updated for Matlab 2010a compatibility.


===Model Building===
===Model Building===
Line 6: Line 11:


===Scores Plots===
===Scores Plots===
* KNN Score Distance metric available in scores plots of PLS, PCR, and PCA ([[knnscoredistance]]).
*  
* Improved handling of class modifications.


===Preprocessing===
===Preprocessing===
* Kaiser Optical Systems HoloReact method importer to create preprocessing from band-area methods ([[hrmethodreadr]]).
*  
* GLSW/EPO: add "meancenter" option to better handle orthogonalization to specific clutter matrix, plus improved help ([[glsw]]).
* Improved memory and speed performance for various preprocessing methods.
* Custom [[SpectraQuant_Filtering| SpectraQuant Filtering algorithm]] for background correction (available only through Hamilton Sundstrand)
 
===Importers/Exporters===
===Importers/Exporters===
* Experiment File Importer - reads file containing filenames and reference measurement data and imports the corresponding files and data into Analysis GUI. Automatically assigns the data to X and Y and to calibration and validation blocks ([[experimentreadr]]).
* Analytical Spectral Devices (ASD) Indico (Versions 6 and 7) data file reader added.
* Hamilton Sundstrand PIONIR PDF file importing added ([[pdfreadr]]).
* Horiba JY file importer fixes to data type handling.
* Horiba JY file importer performance and support for large files improved ([[hjyreadr]]).
* SPC file importer reads file comments ([[spcreadr]]).
* Support for combining multiple DataSets. Selecting multiple items in Workspace Browser provides access to new "combine" menu option.
* XY file importing performance improved ([[xyreadr]]).
* XML importing/exporting support and performance improved ([[parsexml]] / [[encodexml]]).
* Improved support for manual parsing of CSV files ([[xclreadr]]).
* Export Data to Analect Spectral Files (ASF) ([[writeasf]]).
* Export Data to simple CSV file format for non-DataSet objects ([[writecsv]]).
* Export regression Models to CPSA32/PC80 .tbl format  (available only through Hamilton Sundstrand).


===Other Enhancements===  
===Other Enhancements===  
* Plot Controls: Full access to all items in a DataSet (no longer limited by number of rows or columns)
* Analysis: Demo datasets now available from Model Cache.
* BoxPlot: new box plot function (PLS_Toolbox only) to allow better coexistance with Statistics Toolbox (R) from The Mathworks ([[boxplot]])
* Plot Controls: Copy Figure now works on non-PC platforms.
* Toolbars: Toolbars are now present on most interfaces and plots to make standard actions and interaction between GUIs easier.
* TrendTool: Improved interactivity and functionality.
* Model Cache: Improved performance and support for new information in models and DataSets.
* InfoBox: New File/Save menu option.
* DataSet Object: Add ability to log user comments to history.
* DataSet Object: Add uniqueID field and support.
   
   


Line 42: Line 27:


:[[asdreadr]] - Imports data from Analytical Spectral Devices (ASD) Indico (Versions 6 and 7) data files.
:[[asdreadr]] - Imports data from Analytical Spectral Devices (ASD) Indico (Versions 6 and 7) data files.
:[[clipboard_image]] - Copy and paste images to/from the system clipboard.
:[[ismodel]] - Returns boolean TRUE if input object is a standard model structure.
:[[svm]] - Support Vector Machine (LIBSVM) for regression or classification.
:[[svmengine]] - Support Vector Machine for classification or regression using the LIBSVM package.

Revision as of 10:15, 11 February 2010

Version 5.8 of PLS_Toolbox and Solo was released in February , 2010.

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

NEW FEATURES

  • Updated for Matlab 2010a compatibility.

Model Building

  • SVM
  • LWR

Scores Plots

Preprocessing

Importers/Exporters

  • Analytical Spectral Devices (ASD) Indico (Versions 6 and 7) data file reader added.
  • Horiba JY file importer fixes to data type handling.

Other Enhancements

  • Analysis: Demo datasets now available from Model Cache.
  • Plot Controls: Copy Figure now works on non-PC platforms.


NEW FUNCTIONS AND FILES

asdreadr - Imports data from Analytical Spectral Devices (ASD) Indico (Versions 6 and 7) data files.
clipboard_image - Copy and paste images to/from the system clipboard.
ismodel - Returns boolean TRUE if input object is a standard model structure.
svm - Support Vector Machine (LIBSVM) for regression or classification.
svmengine - Support Vector Machine for classification or regression using the LIBSVM package.