cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.54k stars 1.64k forks source link

Support for Boost serialization #150

Open aabghari opened 4 years ago

aabghari commented 4 years ago

This will make libsvm model to be serialized via Boost serialization. This functionality makes libsvm portable. Thus one can make the libsvm model part of their structure/class or send it over a network for example.

aabghari commented 4 years ago

Any update?