Feeds
질문
Why eig() function gives eigenvectors rapidly? what is the secret behind that?
hi everybody, To get eigenvectors, we apply normally SVD or QR function. However eig() provide the eigenvectors in a very fas...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
how to find eigenvectors using cholsky decomposition?
my question concerns matrix decompositions and their cpu consumed time. Suppose we have a square matrix Y*Y' (Y' is the the Y tr...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
i want to apply LDA on ORL database (to get fisher faces),but it gives me error?
error appears in this level: invSW=inv(SW); invSW_by_SB= invSW*SB; “Matrix is close to singular or badly scaled…” as a cons...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to represent clusters graphicaly ?
hi,i want to implement LDA algorithm ,for a first step i want to have a graphical representation of clusters for example:represe...
11년 초과 전 | 답변 수: 1 | 0