Uses of Class
com.tdunning.math.stats.GroupTree
-
-
Uses of GroupTree in com.tdunning.math.stats
Fields in com.tdunning.math.stats declared as GroupTree Modifier and Type Field Description private GroupTree
GroupTree. left
private GroupTree
GroupTree. right
private GroupTree
TreeDigest. summary
Methods in com.tdunning.math.stats with parameters of type GroupTree Modifier and Type Method Description abstract void
AbstractTDigest. compress(GroupTree other)
void
ArrayDigest. compress(GroupTree other)
void
AVLTreeDigest. compress(GroupTree other)
void
TreeDigest. compress(GroupTree other)
private void
GroupTree. rotate(GroupTree a, GroupTree b, GroupTree c, GroupTree d)
Constructors in com.tdunning.math.stats with parameters of type GroupTree Constructor Description GroupTree(GroupTree left, GroupTree right)
-