Struct forester::dforest::DeterministicForest[][src]

pub struct DeterministicForest<Sample> where
    Sample: SampleDescription
{ /* fields omitted */ }

An ensemble of deterministic decision trees.

Methods

impl<Sample> DeterministicForest<Sample> where
    Sample: SampleDescription
[src]

Trait Implementations

impl<Sample: SampleDescription> Debug for DeterministicForest<Sample> where
    Sample::ThetaLeaf: Debug,
    Sample::ThetaSplit: Debug,
    Sample::Feature: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<Sample> Send for DeterministicForest<Sample> where
    <Sample as SampleDescription>::Feature: Send,
    <Sample as SampleDescription>::ThetaLeaf: Send,
    <Sample as SampleDescription>::ThetaSplit: Send

impl<Sample> Sync for DeterministicForest<Sample> where
    <Sample as SampleDescription>::Feature: Sync,
    <Sample as SampleDescription>::ThetaLeaf: Sync,
    <Sample as SampleDescription>::ThetaSplit: Sync