Skip to content

Typo in detailed walkthrough? #264

@dariober

Description

@dariober

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions