Enum xgboost::FeatureType[][src]

pub enum FeatureType {
    Binary,
    Quantitative,
    Integer,
}

Indicates the type of a feature, used when dumping models as text.

Variants

Binary indicator feature.

Quantitative feature (e.g. age, time, etc.), can be missing.

Integer feature (when hinted, decision boundary will be integer).

Trait Implementations

impl FromStr for FeatureType
[src]

The associated error which can be returned from parsing.

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

impl Display for FeatureType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FeatureType

impl Sync for FeatureType