]> granicus.if.org Git - liblinear/commit
Fix a bug in svm_read_problem of python/liblinearutil.py so float(val) rather than...
authorppetter1025 <peter58972@gmail.com>
Tue, 12 Jun 2018 14:10:12 +0000 (22:10 +0800)
committerppetter1025 <peter58972@gmail.com>
Tue, 12 Jun 2018 14:10:12 +0000 (22:10 +0800)
commit92466fbf814414c817f30aafd843383268d0b4e0
tree6835f79096758fc606a591a7f8adafdbfb74e05a
parent07dc766ad4552b1f10cf4640c7ac4e6a64de3f1f
Fix a bug in svm_read_problem of python/liblinearutil.py so float(val) rather than val is used to detect zero fearue values.
python/liblinearutil.py