| 9 | |
| 10 | #[derive(Debug, Clone)] |
| 11 | pub struct HrpDendrogram { |
| 12 | pub icoord: Vec<[f64; 4]>, |
| 13 | pub dcoord: Vec<[f64; 4]>, |
| 14 | pub ivl: Vec<String>, |
| 15 | pub leaves: Vec<usize>, |
| 16 | pub color_list: Vec<String>, |
| 17 | } |
| 18 | |
| 19 | #[derive(Debug, Clone, Default)] |
| 20 | pub struct HierarchicalRiskParity { |
nothing calls this directly
no outgoing calls
no test coverage detected