Classification Learner App :: Logistic Regression - Decision Making
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tarunima Mandal
am 16 Jan. 2020
Beantwortet: Shashank Gupta
am 21 Jan. 2020
For Logistic Regression using the Classification Learner App, the classifier models the class probabilities as a function of the linear combination of predictors, using the 'fitglm' function (as specified in the documentation).
The predicted response of this model to a new data set is the predicted probabilities for each class. I would like to know how does the classification learner app classifies this predicted data based on probabilities (the value for the probability at which Yes/No decisions are made).
0 Kommentare
Akzeptierte Antwort
Shashank Gupta
am 21 Jan. 2020
Hi Tarunima,
Classification Learner App is just an UI, interior the same Deep learning algorithm has been implemented. If you are using logistic regression the default setting uses “fitglm” function as you mentioned, this function just tries to model the probability of certain class or events existing such as pass/fail. The class with more probability assigned as the predicted class. If you are interested more in finding the algorithm behind it, you can check out following link.
I hope this helps you.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classification Learner App finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!