Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Dec 9, 2018
1 parent 7cbb543 commit f549fe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/thundersvm/model/svmmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ void SvmModel::get_param(char* kernel_type, int* degree, float* gamma, float* co
break;
case 2:
strcpy(kernel_type, "rbf");
kernel_type = (char *)"rbf";
break;
case 3:
strcpy(kernel_type, "sigmoid");
Expand Down

0 comments on commit f549fe9

Please sign in to comment.