| 73 | } |
| 74 | |
| 75 | pub trait ComputeTopSegmentProportions { |
| 76 | fn top_segment_proportions( |
| 77 | &self, |
| 78 | direction: &Direction, |
| 79 | ns: &[usize], |
| 80 | ) -> anyhow::Result<ndarray::Array2<f64>>; |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected