Skip to content

clarify meaning of covariance_type for GaussianHMM #60

@anntzer

Description

@anntzer

Perhaps something like

    covariance_type : string
        String describing the type of covariance parameters to use.  Must be
        one of 'spherical' (each state has its own single variance that applies
        for all components), 'tied' (the same general covariance matrix applies
        to all states), 'diag' (the same diagonal covariance matrix applies to
        all states), 'full' (each state has its own general covariance matrix).
        Defaults to 'diag'.

(I'm not even sure I got this correctly.)

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