说明:PCA主元分析代码,对工业控制中的应用,详细的过程描述, load d00_te.dat; date=d00_te; [m,n]=size(date); X=zscore(date); [pp,score,latent,ts]=princomp(X); su(1)=latent(...
说明:保龄球一局分十轮,每轮可以滚球一次或多次,以击倒的球数为依据得分。-Bowling a Board sub-10, each round can be one or more ball to knock the ball based on the number of scores.
说明:进行PCA分解,由迭代算法,算出得分向量和负荷向量-something about PCA