thundersvm icon indicating copy to clipboard operation
thundersvm copied to clipboard

svm.cpp and svm.h wrapper

Open saquibntt opened this issue 7 years ago • 2 comments

Hi,

Please suggest !I wanted to use thundersvm in my project to see the speedup. But I could not find the required file. I am looking to replace https://github.com/cjlin1/libsvm/blob/master/svm.cpp and its .header file. The files present at include/thundersvm/model/svr.h and include/thundersvm/model/svr.cpp have different methods as far I see. Can you please advise how I can use it.

I tried with the python wrappers for another project without any problem.

Thanks

saquibntt avatar Jun 30 '18 12:06 saquibntt

Thanks for the feedback! The current version of ThunderSVM can't be directly included to another C++/CUDA-C++ project, and will need some revision to the header files in include/thundersvm/thundersvm.h.

We will improve the code to support this functionality as soon as possible. Please stay tuned.

zeyiwen avatar Jun 30 '18 14:06 zeyiwen

Great work! I want to use thundersvm in my C++ project. I was eager to know when C++ interface will be available. Thanks!

KLH1472 avatar May 07 '19 12:05 KLH1472