Skip to content

Simplify class organization. #1

@chebee7i

Description

@chebee7i

DirichletDistribution and Infer are too similar. Infer ends up exposing many of the methods for DirichletDistribution anyway. It should be possible to have a single class, or alternatively, to make Infer a subclass of DirichletDistribution. Currently leaning towards a single class with cdef methods implementing most of what DirichletDistribution did, and cpdef methods for the Infer functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions