public abstract static class DTree.TreeModel.TreeVisitor<T extends java.lang.Exception>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DTree.TreeModel.CompressedTree |
_ct |
protected int |
_depth |
protected int |
_nodes |
protected DTree.TreeModel |
_tm |
| Constructor and Description |
|---|
DTree.TreeModel.TreeVisitor(DTree.TreeModel tm,
DTree.TreeModel.CompressedTree ct) |
protected final DTree.TreeModel _tm
protected final DTree.TreeModel.CompressedTree _ct
protected int _depth
protected int _nodes
public DTree.TreeModel.TreeVisitor(DTree.TreeModel tm, DTree.TreeModel.CompressedTree ct)
protected void pre(int col,
float fcmp,
Utils.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