Struct google_prediction1d6::AnalyzeDataDescriptionFeaturesNumeric [] [src]

pub struct AnalyzeDataDescriptionFeaturesNumeric {
    pub count: Option<String>,
    pub variance: Option<String>,
    pub mean: Option<String>,
}

Description of the numeric values of this feature.

This type is not used in any activity, and only used as part of another schema.

Fields

Number of numeric values for this feature in the data set.

Variance of the numeric values of this feature in the data set.

Mean of the numeric values of this feature in the data set.

Trait Implementations

impl Debug for AnalyzeDataDescriptionFeaturesNumeric
[src]

Formats the value using the given formatter.

impl Clone for AnalyzeDataDescriptionFeaturesNumeric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AnalyzeDataDescriptionFeaturesNumeric
[src]

Returns the "default value" for a type. Read more

impl NestedType for AnalyzeDataDescriptionFeaturesNumeric
[src]

impl Part for AnalyzeDataDescriptionFeaturesNumeric
[src]