Answered
How to get every tree's prediction value after using "TreeBagger" function
Hi Hyeon, To individually get every tree’s prediction value you can use the ‘oobPredict’ method. The ‘oobPredict’ method al...
11 months ago | 0
Answered
Machine Learning Gradient boosting parameter
Hi Simon, As I understand from your question, you want to create a gradient boosting model in MATLAB which is equivalent to mo...
1 year ago | 0
Answered
How to add limits on fitting parameters in regressionLearner
Hi Jule, I understand from your question that you want to add limits to your fitting parameters. I checked the Regression Lea...
1 year ago | 0
Answered
i have trained a classifier with a data, but now i dont know how to test it for other data.
Hi Gaurav, I see that you have trained a classifier using some data and now you seek a function to test out the model on a new...
1 year ago | 0