MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / ComputeTopSegmentProportions

Interface ComputeTopSegmentProportions

src/shared/statistics/mod.rs:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75pub trait ComputeTopSegmentProportions {
76 fn top_segment_proportions(
77 &self,
78 direction: &Direction,
79 ns: &[usize],
80 ) -> anyhow::Result<ndarray::Array2<f64>>;
81}

Callers

nothing calls this directly

Implementers 1

mod.rssrc/memory/statistics/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected