Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 libsvm 使用线性 SVM 对数据进行分类,并且我想知道它产生的分离超平面(即向量w和实数 b,使得x被归类为正样本 iff wx +b>0)。工具 svm-weight 返回w的系数,但我如何计算 b?
缺少的成分是: b (in wx + b > 0) 是 -model.rho