public static class IsolationTree.Node
extends java.lang.Object
| Constructor and Description |
|---|
Node(double[][] data,
int numRows,
int currentHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
double[] |
getN() |
int |
getNumRows() |
double[] |
getP() |