/libsvm-3.0.extended.wdi

The original LibSVM Python version does not have the interface to computethe value of |w|^2, which can be used for computing the distance of a given sampletowards the hyperplane. We modified the C++ files and corresponding python functions, also re-built the dll file. The modified svm-model object contains the following additional attributes: w_2(|w|^2)+),rho, nSV(no of support vectors for each class), probA, probB. Please refer to readme.wdi file for detailed information.‎

Primary LanguageTerraBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Stargazers