Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor mistake #5

Closed
SravanChittupalli opened this issue Feb 9, 2021 · 1 comment
Closed

Minor mistake #5

SravanChittupalli opened this issue Feb 9, 2021 · 1 comment

Comments

@SravanChittupalli
Copy link
Collaborator

feature.mu_plus+=feature.value_at_sample_pixels[i]

feature.mu_minus+=feature.value_at_sample_pixels[i]

It shoud be feature.mu_minus+=feature.value_at_sample_pixels[ j ]

@amanchhaparia
Copy link
Collaborator

i --> refer to the i th sample
j --> refer to the j th feature
therefore feature.value_at_sample_pixels[i] refers to the value of the jth feature at ith sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants