When I encode the bioconvolving data and get this error when calculate the scores with euclidean distance
Index exceeds matrix dimensions.
Error in get_pairwise_scores (line 18)
score(r,:) = -distfun( data(selected_rows(r),:), data(selected_cols,:));
Error in runExperiments (line 47)
score_gen_ = get_pairwise_scores(data, index_template, selected_user{VALID}{i});