- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I was looking into serializing and de-serializing DAAL linear regression models. I had to add the following line of code to void serialImpl(Archive *arch, size_t version) in "include/algorithms/linear_regression/linear_regression_model.h" to get it to work. Without this line, the beta table was either null or filled with zeros depending on the constructor.
_beta = SharedPtr<data_management::NumericTable>(beta);
Are there plans to release the JNI wrapper code as well, so that we can easily extend Java objects with methods that are available in c++ but not in Java. For example, accessing the QR tables in linear regression with QR decomposition?
Thanks,
Soila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Soila,
Serialization function for linear regression model is updated in our code base and this fix will be available in nearest Beta update.
We plan to align C++ and Java interfaces additional code modification will not be required to access data in Java API. Most of the missing Java interface functions will be available in nearest Beta update as well.
Ilya
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Soila,
Serialization function for linear regression model is updated in our code base and this fix will be available in nearest Beta update.
We plan to align C++ and Java interfaces additional code modification will not be required to access data in Java API. Most of the missing Java interface functions will be available in nearest Beta update as well.
Ilya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Ilya!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page