Phil

Results 2 issues of Phil

Hi, thanks for the great work! I tweaked a few lines in the code in order to run gps using the newest version of tensorflow. Would you be interested in...

Hi, shouldn't `MeanShift(double (*_kernel_func)(double,double)) { set_kernel(kernel_func); }` be `MeanShift(double (*_kernel_func)(double,double)) { set_kernel(_kernel_func); }`? Cheers, Phil