Decision boundary for linear kernel(svm) is wrong

前端 未结 0 1456
遇见更好的自我
遇见更好的自我 2020-12-22 03:23

Why my decision line is not correctly represented in a graph, for the linear classification with svm


w = clf.coef_[0]


a = -w[0] / w[1]


XX = np.linspace(1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题