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

Typo in detailed walkthrough? #264

Open
dariober opened this issue Nov 9, 2024 · 0 comments
Open

Typo in detailed walkthrough? #264

dariober opened this issue Nov 9, 2024 · 0 comments

Comments

@dariober
Copy link

dariober commented Nov 9, 2024

In the detailed walk-through, section Diverse cluster assignment, there is this line:

diversity_score <- sweep(E / O, 2, theta, '/') %*% as.matrix(Phi)

According to the equation (E/O)^theta, shouldn't '/' be replaced by '^', like:

diversity_score <- sweep(E / O, 2, theta, '^') %*% as.matrix(Phi)

Or am I missing something?

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

1 participant