Skip to main content

Module forest

Module forest 

Source
Expand description

Forest aggregate root.

Re-exports§

pub use point_store::PointStore;
pub use random_cut_forest::RandomCutForest;

Modules§

point_store
Refcounted point store shared across every tree of a crate::RandomCutForest.
random_cut_forest
Aggregate root: orchestrates N (RandomCutTree<D>, ReservoirSampler) pairs sharing a single refcounted PointStore<D>.

Traits§

ForestSnapshot
Read-only snapshot view of a forest’s capacity + health.