Enum crfsuite::GraphicalModel [] [src]

pub enum GraphicalModel {
    CRF1D,
}

The graphical model

Variants

The 1st-order Markov CRF with state and transition features (dyad features). State features are conditioned on combinations of attributes and labels, and transition features are conditioned on label bigrams.

Trait Implementations

impl Debug for GraphicalModel
[src]

[src]

Formats the value using the given formatter.

impl Clone for GraphicalModel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for GraphicalModel
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for GraphicalModel
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more