]> granicus.if.org Git - liblinear/commit
Include LIBSVM's svm-scale.c in the package.
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Thu, 26 Jul 2018 15:11:23 +0000 (23:11 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Thu, 26 Jul 2018 15:11:23 +0000 (23:11 +0800)
commit44012bc10f8dc5fc9dbf75b93b4fa3e0e3c29200
tree3cc7d987f795c6b8e01d2e161e200b5fdb761050
parent3bf1a49aef0cbaf6170903163a6d63f5f351b8cd
Include LIBSVM's svm-scale.c in the package.

    Add two functions (csr_find_scale_param, csr_scale) for data scaling in python interface.

    Remove utility functions (svm_read_problem, evaluations) in liblinearutil.py and directly use them from LIBSVM's commonutil.py. Functions for scaling are also put in commonutil.py.
README
python/README
python/commonutil.py [new file with mode: 0644]
python/liblinearutil.py
svm-scale.c [new file with mode: 0644]