How can i change my code to let the name of the feature be in plot instead of the value of the rank?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Elias Unk
am 24 Jul. 2018
Bearbeitet: Walter Roberson
am 24 Jul. 2018
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 24 Jul. 2018
Bearbeitet: Walter Roberson
am 24 Jul. 2018
Set the xlabel property of the axes, possibly by calling xlabel()
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Line Plots 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!