How can i change my code to let the name of the feature be in plot instead of the value of the rank?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Elias Unk
el 24 de Jul. de 2018
Editada: Walter Roberson
el 24 de Jul. de 2018
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))
0 comentarios
Respuesta aceptada
Walter Roberson
el 24 de Jul. de 2018
Editada: Walter Roberson
el 24 de Jul. de 2018
Set the xlabel property of the axes, possibly by calling xlabel()
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!