Skip to content

Bug in score(r,:) = -distfun( data(selected_rows(r),:), data(selected_cols,:)); #40

Description

@marmundo

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});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions