SVM TRAIN - WARNING ABOUT SINGULAR MATRIX
显示 更早的评论
Hello, I am using SVMTRAIN and sometimes it gives me this warning:
Warning: Matrix is close to singular or badly scaled.
Results may be inaccurate. RCOND = 5.646367e-131.
What can I do to fix this ? is it really bad if I keep my algo this way ?
thank you
采纳的回答
更多回答(1 个)
Walter Roberson
2013-3-1
0 个投票
An rcond that low is pretty much saying that the matrix is singular for numeric purposes. Your results are likely to be quite wrong.
2 个评论
Walter Roberson
2013-3-1
Sorry I am not familiar with the requirements for input to svmtrain()
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!