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)
[ranks,weights] = relieff(features_mat',Y,10);
figure
bar(weights(ranks))

Respuesta aceptada

Walter Roberson
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()

Más respuestas (0)

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!

Translated by