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...
7 years 前 | 0 个回答 | 0
0
个回答已回答
Convert python numpy array to double
Weird discussion... def npArray2Matlab(x): return matlab.double(x.tolist())
Convert python numpy array to double
Weird discussion... def npArray2Matlab(x): return matlab.double(x.tolist())
8 years 前 | 2
