Predicting values using a Gaussian Mixture Regression Model
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello everybody, I'm trying to predict values using the parameters acquired from a Gaussian Mixture Regression model. I used the toolbox available in the file exchange ( https://nl.mathworks.com/matlabcentral/fileexchange/19630-gaussian-mixture-model--gmm--gaussian-mixture-regression--gmr-).
My input data is a matrix A with size 2*1500. A(1,:) represents the independent variable and A(2,:) the dependent variable. The algorithm starts to calculate the means and the covariance using a EM algorithm.
Then, after performing the Guassian mixture regression, I obtain as a output an array M (referring ot the expected means) and C, representing the covariance matrices.
My question is how can I apply the parameteres of the regression, to predict values form another dataset.
Thanks in advance, Joaquim
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!