thundersvm icon indicating copy to clipboard operation
thundersvm copied to clipboard

multidimensional output

Open oceliktutan opened this issue 7 years ago • 2 comments

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.

oceliktutan avatar Feb 16 '18 16:02 oceliktutan

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.

zeyiwen avatar Feb 17 '18 02:02 zeyiwen

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!

oceliktutan avatar Feb 17 '18 14:02 oceliktutan