Skip to content

[DPGMM - _update_concentrations fail implementation] #1764

Closed
@tamnguyenthe

Description

@tamnguyenthe

in method update_concentration, DPGMM
i think it should be:
self.gamma
[i, 2] = self.gamma_[i + 1, 2] + sz[i+1]
instead of:
self.gamma_[i, 2] = self.gamma_[i + 1, 2] + sz[i]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions