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

Question: SVDD code compatible with LIBSVM 3.23? #147

Closed stallam-unb closed 5 years ago

stallam-unb commented 5 years ago

Based on the link on your website, I am planning to conduct some experiments using SVDD. The website links LIBSVM 3.22, however looking at the commit messages for LIBSVM3.23, it appears to me that it is only fixing python code and not any of the code use to compile the MEX file, so I suspect that I should be able to use it without issues. Am I correct to assume this?

cjlin1 commented 5 years ago

Yes I think so

On 2019-08-05 20:14, stpr-unb wrote:

Based on the link on your website [1], I am planning to conduct some experiments using SVDD. The website links LIBSVM 3.22, however looking at the commit messages for LIBSVM3.23, it appears to me that it is only fixing python code and not any of the code use to compile the MEX file, so I suspect that I should be able to use it without issues. Am I correct to assume this?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [2], or mute the thread [3]. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/cjlin1/libsvm/issues/147?email_source=notifications\u0026email_token=ABI3BHUIKOD2GBKGSNKZHWDQDDUBTA5CNFSM4IJSB4UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDQWCCQ", "url": "https://github.com/cjlin1/libsvm/issues/147?email_source=notifications\u0026email_token=ABI3BHUIKOD2GBKGSNKZHWDQDDUBTA5CNFSM4IJSB4UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDQWCCQ", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Links:

[1] https://www.csie.ntu.edu.tw/~cjlin/libsvmtools/#libsvm_for_svdd_and_finding_the_smallest_sphere_containing_all_data [2] https://github.com/cjlin1/libsvm/issues/147?email_source=notifications&email_token=ABI3BHUIKOD2GBKGSNKZHWDQDDUBTA5CNFSM4IJSB4UKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDQWCCQ [3] https://github.com/notifications/unsubscribe-auth/ABI3BHRMCYZHH6UVPSPS7YLQDDUBTANCNFSM4IJSB4UA

stallam-unb commented 5 years ago

Thank you, I think the mex compilted successfully and initial tests appear to be working. I will close this issue.