photo

Shaowu Pan


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


what algorithm does matlab ppca use? How does it resolve the rotational redundancy?
*Background* I have read the original PPCA paper 1999 Bishop, which is *MLE-PPCA*. I think original 1999 paper does not so...

6年以上 前 | 0 件の回答 | 0

0

回答

回答済み
Convert python numpy array to double
Weird discussion... def npArray2Matlab(x): return matlab.double(x.tolist())

7年以上 前 | 2