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 years 前 | 0 个回答 | 0

0

个回答

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

7 years 前 | 2