Searched refs:BoxplotOrientV (Results 1 – 1 of 1) sorted by relevance
18 pub struct BoxplotOrientV<K, V>(PhantomData<(K, V)>); struct23 impl<K, V> BoxplotOrient<K, V> for BoxplotOrientV<K, V> { implementation62 impl<K: Clone> Boxplot<K, BoxplotOrientV<K, f32>> {