Release Notes Model Exporter Version 3 0

From Eigenvector Research Documentation Wiki
Revision as of 16:31, 13 October 2014 by imported>Jeremy (Created page with "Version 3.0 of Model_Exporter was released in October, 2014. For general product information, see Model_Exporter_User_Guide. ==NEW FEATURES / FIXES== * Support for expor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Version 3.0 of Model_Exporter was released in October, 2014. For general product information, see Model_Exporter_User_Guide.

NEW FEATURES / FIXES

  • Support for exporting Support Vector Machines for both regression (SVM/SVMR) and classification (SVMC/SVMDA)
  • Support for exporting Artificial Neural Networks (ANN) models
  • Improved control over options (when called from Matlab) via command-line options input
  • Remove use of "clear" statements in m-file output (improves compatibility with alternative m-file parsers like LabView and Mathworks Matlab Coder

Model Interpreter

  • Model_Interpreter now available in source for both C# and Java. Licensing still remains free for both versions.
  • Fixes to "rows()" method implemented in C# version of interpreter (incorrectly threw error when indexing more than one row.)