Skip to main content

RandomDecision

Type Alias RandomDecision 

Source
pub type RandomDecision = FallThroughDecision;
Expand description

Compatibility name for the decision produced by Random.

Aliased Type§

pub struct RandomDecision {
    pub selected_model: String,
    pub reasoning: String,
    /* private fields */
}

Fields§

§selected_model: String

Target selected by the classifier cascade.

§reasoning: String

Human-readable explanation of the selection.