Enum classif::Classification [] [src]

pub enum Classification {
    EqualInterval,
    HeadTail,
    TailHead,
    JenksNaturalBreaks,
    Quantiles,
    Arithmetic,
}

The various type of classification methods availables.

Variants

Trait Implementations

impl PartialEq for Classification
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Classification
[src]

Formats the value using the given formatter.

impl FromStr for Classification
[src]

The associated error which can be returned from parsing.

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