Searched refs:BoxplotOrientH (Results 1 – 1 of 1) sorted by relevance
21 pub struct BoxplotOrientH<K, V>(PhantomData<(K, V)>); struct36 impl<K, V> BoxplotOrient<K, V> for BoxplotOrientH<K, V> { implementation88 impl<K: Clone> Boxplot<K, BoxplotOrientH<K, f32>> {