Python libsvm - how to find w and b

后端 未结 0 470
悲&欢浪女
悲&欢浪女 2021-02-05 13:31

How can I find coefficient w and b in libsvm in Python?

The official FAQ stated the following: w = (model.sv_coef\' * full(model.SVs)); bias = -model.rho; but they don\'t

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