]> granicus.if.org Git - liblinear/commit
To support nnz > 2^32, change the data type of the variables related to nnz.
authorb99902019 <b99902019@linux12.csie.ntu.edu.tw>
Fri, 17 Oct 2014 03:19:07 +0000 (11:19 +0800)
committerYu-Chin <guestwalk@gmail.com>
Sun, 19 Oct 2014 19:36:46 +0000 (03:36 +0800)
commit92bf9dc3c32ef3e4ed1520e1027e7627cc0be092
tree0698410a69293afae77459410c9e8249b9324a8a
parentaa28b2a08136a8b4bb0bc0f406835cadec033d49
To support nnz > 2^32, change the data type of the variables related to nnz.
Data types of some other variables are also changed to be consistent with the
data types returned by matlab functions.
matlab/predict.c
matlab/train.c