CoresetTreeNode data structure, a component of the CoresetTree structure.
Each CoresetTreeNode is associated with a cluster of Example, and has its
properties stored.
It is composed of:
wrapped properties of the node
left and right children of the node
the cost of the node
Linear Supertypes
Serializable, Serializable, Product, Equals, CoresetTree, AnyRef, Any
CoresetTreeNode data structure, a component of the CoresetTree structure. Each CoresetTreeNode is associated with a cluster of Example, and has its properties stored.
It is composed of: