public abstract class TreeVisitor<T extends java.lang.Exception>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected CompressedTree |
_ct |
protected int |
_depth |
protected int |
_nodes |
| Constructor and Description |
|---|
TreeVisitor(CompressedTree ct) |
protected final CompressedTree _ct
protected int _depth
protected int _nodes
public TreeVisitor(CompressedTree ct)
protected void pre(int col,
float fcmp,
water.util.IcedBitSet gcmp,
int equal)
throws T extends java.lang.Exception
T extends java.lang.Exceptionprotected void mid(int col,
float fcmp,
int equal)
throws T extends java.lang.Exception
T extends java.lang.Exceptionprotected void post(int col,
float fcmp,
int equal)
throws T extends java.lang.Exception
T extends java.lang.Exceptionprotected void leaf(float pred)
throws T extends java.lang.Exception
T extends java.lang.Exception