thundersvm
thundersvm copied to clipboard
multidimensional output
Hello, I would like to use Thunder SVM for multidimensional regression, namely, my predicted values are 2 dimensional rather than 1 dimensional. LibSVM supports multidimensional regression. I was wondering, can I do the same with thunder svm? I already tried but it did not work. Thank you very much.
Hi, @oceliktutan I haven't noticed LibSVM has this functionality from LibSVM website. Which version/interface of LibSVM do you use, and could you share the code that uses "multidimensional regression"?
If it is a reasonable extension to ThunderSVM, we would definitely consider supporting it in the near future.
Hello @zeyiwen, many thanks for your quick response. I have been using the one for MATLAB: https://www.csie.ntu.edu.tw/~cjlin/libsvm/#download
Thanks for your consideration!