Struct rustlearn::ensemble::random_forest::RandomForest[][src]

pub struct RandomForest { /* fields omitted */ }

Methods

impl RandomForest
[src]

Return a reference to the consituent trees vector.

Trait Implementations

impl Clone for RandomForest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> SupervisedModel<&'a Array> for RandomForest
[src]

impl<'a> SupervisedModel<&'a SparseRowArray> for RandomForest
[src]

Auto Trait Implementations