Returns the average response accuracy for all trials in a session.
Uses ‘feedback_type’ to calculate the accuracy.
all_data (np.ndarray) – A 2-d numpy array that contains data from all sessions.
session_id (int) – Integer that denotes a particular session.
Accuracy percentage.
float