[][src]Trait grandma::plugins::TreePlugin

pub trait TreePlugin<D: PointCloud>: Send + Sync + Debug {
    fn update(&mut self, my_tree: &CoverTreeReader<D>);
}

Mockup for the plugin parameters attached to the base of the tree.

Required methods

fn update(&mut self, my_tree: &CoverTreeReader<D>)

This is currently non-functional, thinking about how to efficiently use this.

Loading content...

Implementors

impl<D: PointCloud> TreePlugin<D> for DirichletTree[src]

impl<D: PointCloud> TreePlugin<D> for CategoricalTree[src]

impl<D: PointCloud> TreePlugin<D> for DiagGaussianTree[src]

impl<D: PointCloud + LabeledCloud> TreePlugin<D> for TreeLabelSummary[src]

Loading content...