Enum rusty_machine::learning::gmm::CovOption [] [src]

pub enum CovOption {
    Full,
    Regularized(f64),
    Diagonal,
}

Covariance options for GMMs.

Variants

The full covariance structure.

Adds a regularization constant to the covariance diagonal.

Only the diagonal covariance structure.

Trait Implementations

impl Clone for CovOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CovOption
[src]

impl Debug for CovOption
[src]

Formats the value using the given formatter.