Skip to main content

RandomForestParams

Type Alias RandomForestParams 

Source
pub type RandomForestParams<F, L, R> = EnsembleLearnerParams<DecisionTreeParams<F, L>, R>;
Expand description

A helper struct for building a set of Random Forest hyper-parameters.

Aliased Typeยง

pub struct RandomForestParams<F, L, R>(/* private fields */);