Using barh to plot top 10 values in Feature Selection
Mostrar comentarios más antiguos
Hello,
I did Feature Selection of 700 features.
I want to bar plot only the top 5 (with highest predictor rank).
Can you please help?
Thank you in advance.
[idx,scores] = fscmrmr(t_FeaturesData(:,2:700),t.score);
barh(scores(idx))
xlabel('Predictor rank')
ylabel('Predictor importance score')
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Descriptive Statistics and Visualization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!