How can I set priors in Classification Learner with QDA

4 vues (au cours des 30 derniers jours)
Eugene Davis
Eugene Davis le 25 Déc 2021
Commenté : Eugene Davis le 28 Déc 2021
I am using Classifiaction Learner App to try out various classifiaction techniques. When I run QDA, I would like to set the priors to the default of 1/K (K groups) before I train. I do not see a way to do that.

Réponses (1)

Shanmukha Voggu
Shanmukha Voggu le 28 Déc 2021
Hi Eugene,
According to my knowledge, In Classification Learner App, it is not possible to set the number of groups in QDA(Quadratic Discriminant Analysis)
For greater flexibility, train a discriminant analysis model using fitcdiscr
As a workaround, QDA can be done using fitdiscr function along with KFold Name-Value Pair to randomly partition the data into k sets.
Refer to this for more information.
  1 commentaire
Eugene Davis
Eugene Davis le 28 Déc 2021
Thanks for the feedback. I have only two groups and that is fixed and compatible with Classification Learner. I want to set the prior probabilities for thoise groups. Now it may still be true that I need to call fitdisc. I would hope that custom priors can be added to the App.

Connectez-vous pour commenter.

Produits


Version

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by