ClusterCollapsedTreeNode
public class ClusterTreeNode
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
ClusterTreeNode[] |
children |
|
double |
coefficient |
Constructor | Description |
---|---|
ClusterTreeNode(int n) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
getBond(int i) |
|
int |
getNumNodes() |
|
void |
setBonds(int[] bonds) |
|
double |
value(double[][] fValues) |
public final ClusterTreeNode[] children
public double coefficient