public class CompressedIsolationTree extends water.Keyed<CompressedIsolationTree>
| Constructor and Description |
|---|
CompressedIsolationTree(int heightLimit) |
| Modifier and Type | Method and Description |
|---|---|
static double |
averagePathLengthOfUnsuccessfulSearch(long n)
Gives the average path length of unsuccessful search in BST.
|
double |
computePathLength(double[] row)
Implementation of Algorithm 3 (pathLength) from paper.
|
AbstractCompressedNode[] |
getNodes() |
checksum_impl, checksum_impl, checksum, checksum, getKey, makeSchema, readAll_impl, readAll, remove_impl, remove_impl, remove_self_key_impl, remove, remove, remove, remove, remove, remove, removeQuietly, writeAll_impl, writeAllpublic AbstractCompressedNode[] getNodes()
public double computePathLength(double[] row)
row - a row of the input datapublic static double averagePathLengthOfUnsuccessfulSearch(long n)
n - number of elements