What does it mean if accuracy and recall are same?

Hi members,

I am evaluating multi-class classification task using precision, recall, accuracy, and F-Score metrics. In all my experiments accuracy and recall are the same but other two metrics have bit different values. I am calculating average=“weighted” through scikit learn library.

How should I interperate this behavior?

Thanks!