Skip to content

Possible bug in outlier clusters #29

Open
@nomadbl

Description

@nomadbl

Hello, thank you for your work!
@dinarior
I'm working on adapting the package for easier use, especially inside other software, and possibly some further performance improvements by removing mutables/globals.
I've noticed on local_cluster_actions.jl line approximately 50 that the left and left (this is not a typo) clusters are modified as so:

    cpl.suff_statistics.N = sum(group.labels_subcluster .== 1)
    cpl.suff_statistics.N = sum(group.labels_subcluster .== 2)

I think this is a typo bug, but wanted to make sure because I couldn't find a mention of outlier management in the paper which would explain the correct behavior.

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