How do the options work for the 'fitcdiscr' function using Statistics and Machine Learning Toolbox in MATLAB R2023b?
이전 댓글 표시
I am using "fitcdiscr" function from the Statistics and Machine Learning Toolbox and I have the following questions on how to use the options for the "fitcdiscr" function
1) How do I obtain weights for the trained model to calculate the projected space ?
2) Is there any way to hide the training output in command terminal?
3) Does providing 'OptimizeHyperparameters', 'auto' name-value pair to train the model on the hyperparameters update gamma and delta iteratively or do we need to train the model with the obtained hyperparameters once more to obtain valid results ?
4) Does training model followed with 'cvshrink' regularization and training model with inbuilt optimization yield same results ? Is either of them computationally intensive than the other?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Discriminant Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!