Returns dictionary of indices after filtering the data.
all_data (np.ndarray) – A 2-d numpy array that contains data from all sessions.
session_id (int) – Integer that denotes a particular session.
filter_by (str) – condition for filter. Possible values are - ‘response’, ‘feedback’, or ‘response_feedback’.
dictionary which contains boolean indices arrays.
dict