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, boolean equal) throws T extends java.lang.Exception
T extends java.lang.Exception
protected void mid(int col, float fcmp, boolean equal) throws T extends java.lang.Exception
T extends java.lang.Exception
protected void post(int col, float fcmp, boolean equal) throws T extends java.lang.Exception
T extends java.lang.Exception
protected void leaf(float pred) throws T extends java.lang.Exception
T extends java.lang.Exception