The function contains the actual implementation of the BPCA component estimation. It performs one step of the BPCA EM algorithm. It is called 'maxStep' times from within the main loop
该功能包含BPCA分量估计的实际执引号况。它执行BPCA EM算法的一个步骤。它被称为“maxStep倍,从主循环内
用法----------Usage----------
BPCA_dostep(M, y)
参数----------Arguments----------
参数:M
Data structure containing all needed information. See the source documentation of BPCA_initmodel for details
数据结构,包含所有需要的信息。看到源文档详情的BPCA_initmodel的
参数:y
Numeric original data matrix </table>
数字原始数据矩阵</ TABLE>
Details
详情----------Details----------
This function is NOT intended to be run standalone.
此功能不打算成为独立运行。