public static class CompactCircularMSTLayout3DPC.Node extends AbstractLayout3DPC.AbstractNode<CompactCircularMSTLayout3DPC.Node>
| Modifier and Type | Field and Description |
|---|---|
int |
weight
Weight (fanout needed)
|
children, dim, x, y| Constructor and Description |
|---|
Node(int dim,
java.util.List<CompactCircularMSTLayout3DPC.Node> children)
Constructor.
|
getChild, getDim, getX, getY, numChildrenpublic Node(int dim,
java.util.List<CompactCircularMSTLayout3DPC.Node> children)
dim - Dimensionalitychildren - Number of childrenCopyright © 2019 ELKI Development Team. License information.