how to tell which feature is making trouble in classification for getting better accuracy?

1 次查看(过去 30 天)
I'm working with image processing.I've trained my data with classification learner app.but i could not get expected accuracy in classifier.so is there any way to understand which feature/column is creating trouble for better accuracy?

采纳的回答

Image Analyst
Image Analyst 2022-3-17
You can try doing PCA on it. It's possible some measurements are essentially just garbage/noise and not contributing anything worthwhile to the model. Just look at the amount of variance explained by the different PCs and which original variables have higher weights in the junk PC's than in the good PC's.
  3 个评论
Image Analyst
Image Analyst 2022-3-18
In addition to the link Walter gave (show hidden comments), there is also a PCA option in Regression Learner.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by