Release Notes Version 9 3: Difference between revisions
Jump to navigation
Jump to search
(6 intermediate revisions by 4 users not shown) | |||
Line 7: | Line 7: | ||
==New Features in Solo and PLS_Toolbox== | ==New Features in Solo and PLS_Toolbox== | ||
* [[ | * [[Als_sit | ALS_SIT]] - Command line function for alternating least squares with shift invariant tri-linearity model | ||
* [[Clsti | CLSTI]] - Add CLS Temperature Interpreted model type. Interpolates a test temperature from a give set of pure spectra | * [[Clsti | CLSTI]] - Add CLS Temperature Interpreted model type. Interpolates a test temperature from a give set of pure spectra | ||
* [[Using_Cross-Validation | CROSSVAL]] - Added cross-validation by | * [[Using_Cross-Validation | CROSSVAL]] - Added cross-validation by classes and stratified cross-validation | ||
* [[Evrishapley | EVRISHAPLEY]] - Add Shapley | * [[Evrishapley | EVRISHAPLEY]] - Add Shapley values as additional variable importance measure and model explanation tool | ||
* [[lda | LDA]] - Add Linear Discriminant Analysis | * [[lda | LDA]] - Add Linear Discriminant Analysis | ||
* [[Splitcaltest | SPLITCALTEST]] - Added duplex, spxy, and random split methods | * [[Splitcaltest | SPLITCALTEST]] - Added duplex, spxy, and random split methods | ||
Line 35: | Line 35: | ||
|'''[[DataSet_Object | DataSet Object]]''' | |'''[[DataSet_Object | DataSet Object]]''' | ||
| | | | ||
* Update syntax to classdef. '''NOTE:''' this change will impact reverse compatibility. | * Update syntax to classdef. '''NOTE:''' this change will impact reverse compatibility. [[ Faq_downgrade_dso | See our FAQ for information on how to deal "downgrade" a DSO for use in older versions of software.]] | ||
|---- | |---- | ||
Line 78: | Line 78: | ||
| | | | ||
* Allow support for 1 component models. | * Allow support for 1 component models. | ||
|---- | |||
|----valign="top" | |||
|'''[[Sample_Classification_Predictions |Classification]]''' | |||
| | |||
* Calculating class probability using exact expression instead of interpolating on lookup table values eliminates very small errors due to interpolation (PLSDA, ANNDA, and ANNDLDA). | |||
|---- | |||
|----valign="top" | |||
|'''plotloads_builtin''' | |||
| | |||
* When building a Gray CLS model (a CLS model with CLS Residuals as the clutter source for GLSW or EPO), allow plotting of the original CLS loadings and the clutter factor loadings. See this wiki page for more information on building a Gray CLS model: [[Declutter_Settings_Window|Building Gray CLS model]] | |||
|---- | |||
|----valign="top" | |||
|'''tecator demo dataset''' | |||
| | |||
* The contents of the 'NIR of Meat Samples' ('tecator') demo dataset have changed. This now includes the three Y variables, 'moisture', 'fat', and 'protein', instead of just the 'fat' variable, and there are now no samples duplicated between the calibration and test datasets. | |||
|---- | |---- | ||
|} | |} |
Latest revision as of 09:29, 19 March 2025
Changes and Bug Fixes in Version 9.3
Version 9.3 of PLS_Toolbox and Solo was released in December, 2023.
(back to Release Notes PLS Toolbox and Solo)
New Features in Solo and PLS_Toolbox
- ALS_SIT - Command line function for alternating least squares with shift invariant tri-linearity model
- CLSTI - Add CLS Temperature Interpreted model type. Interpolates a test temperature from a give set of pure spectra
- CROSSVAL - Added cross-validation by classes and stratified cross-validation
- EVRISHAPLEY - Add Shapley values as additional variable importance measure and model explanation tool
- LDA - Add Linear Discriminant Analysis
- SPLITCALTEST - Added duplex, spxy, and random split methods
Other Features and Improvements
File | Comment |
analysis |
|
ANN/SVM |
|
DataSet Object |
|
Python_configuration |
|
EVRIMODEL/GETSSQTABLE |
|
modeloptimizer |
|
plotscores |
|
testrobustness |
|
trendtool |
|
umap |
|
Classification |
|
plotloads_builtin |
|
tecator demo dataset |
|