https://www.mathworks.com/help/stats/generalizedlinearmodel.feval.html
feval allows you to easily evaluate predictions of a model when the model was fitted using a table or dataset array. predict requires a table or dataset array with the same predictor names, but you can use simple arrays of scalars with feval.
'Matlab' 카테고리의 다른 글
| matlab fitglm function parameter tuning references (0) | 2017.03.09 |
|---|---|
| Difference between 'link function' and 'canonical link function' for GLM (0) | 2017.03.08 |
| MATLAB's glmfit vs fitglm , difference (0) | 2017.03.07 |
| Is there any function to calculate Precision and Recall using Matlab? (0) | 2017.03.07 |
| matlab에서 SVM으로 ROC curve 그릴 때 필요한 score(posterior probability)를 구하는 방법 (0) | 2017.03.04 |

