Release Notes Model Exporter Version 2 5: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Created page with "Version 2.5 of Model_Exporter was released in July, 2011. For general product information, see Model_Exporter_User_Guide. ==NEW FEATURES== * Add support for preprocessing ...") |
imported>Jeremy No edit summary |
||
Line 6: | Line 6: | ||
* Add support for preprocessing methods: | * Add support for preprocessing methods: | ||
::ELS | |||
::EPO | |||
::Log Decay Scaling | |||
::Pareto Scaling | |||
::Poisson Scaling | |||
::Transmission to Absorbance | |||
::Variance Scaling | |||
* Add [[Model_Exporter_Interpreter|Model Exporter Interpreter]] (MEInterpreter) for use by .NET applications | * Add [[Model_Exporter_Interpreter|Model Exporter Interpreter]] (MEInterpreter) for use by .NET applications | ||
* Modify to accomodate change in model structures for Savitsky-Golay and MSC preprocessing steps. | * Modify to accomodate change in model structures for Savitsky-Golay and MSC preprocessing steps. | ||
Line 16: | Line 24: | ||
* Add ability to revert to old script version using setplspref('exportmodel','exportversion',1.0) | * Add ability to revert to old script version using setplspref('exportmodel','exportversion',1.0) | ||
* Add new folder to hold example files | * Add new folder to hold example files |
Revision as of 09:55, 15 June 2011
Version 2.5 of Model_Exporter was released in July, 2011.
For general product information, see Model_Exporter_User_Guide.
NEW FEATURES
- Add support for preprocessing methods:
- ELS
- EPO
- Log Decay Scaling
- Pareto Scaling
- Poisson Scaling
- Transmission to Absorbance
- Variance Scaling
- Add Model Exporter Interpreter (MEInterpreter) for use by .NET applications
- Modify to accomodate change in model structures for Savitsky-Golay and MSC preprocessing steps.
- Update to new version of scripting which allows use of "cols" and "rows" functions (version 2.5)
- Use new cols function for variable selection and much smaller memory usage in savgol
- Add FormatVersion to output values - reflects the format version used on this model (including showing old number if exportversion option is used)
- Add ability to revert to old script version using setplspref('exportmodel','exportversion',1.0)
- Add new folder to hold example files
- Add new interpreters folder to hold interpreters
- Fix PHP example interpreter to work with new model formats
- Add 'interpretertest' input as model to trigger getting a interpreter test model