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!