I'm trying to perform logistic regression to do classification using MATLAB. There seem to be two different methods in MATLAB's statistics toolbox to build a generalized linear model 'glmfit' and 'fitglm'. I can't figure out what the difference is between the two. Is one preferable over the other?
Here are the links for the function descriptions.
http://uk.mathworks.com/help/stats/glmfit.html http://uk.mathworks.com/help/stats/fitglm.html
|
The difference is what the functions output. |
'Matlab' 카테고리의 다른 글
| Difference between 'link function' and 'canonical link function' for GLM (0) | 2017.03.08 |
|---|---|
| matlab feval VS predict (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 |
| Why do I receive the error "License Manager Error -9"? (0) | 2017.02.23 |

