SVM TRAIN - WARNING ABOUT SINGULAR MATRIX
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 1 Mär. 2013
0 Stimmen
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 Kommentare
Walter Roberson
am 1 Mär. 2013
Sorry I am not familiar with the requirements for input to svmtrain()
Kategorien
Mehr zu MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!