public class TreeStats
extends water.Iced
Modifier and Type | Field and Description |
---|---|
long |
_byte_size |
int |
_max_depth |
int |
_max_leaves |
float |
_mean_depth |
float |
_mean_leaves |
int |
_min_depth |
int |
_min_leaves |
int |
_num_trees |
Constructor and Description |
---|
TreeStats() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid() |
void |
setNumTrees(int i) |
java.lang.String |
toString() |
void |
updateBy(DTree tree) |
public int _min_depth
public int _max_depth
public float _mean_depth
public int _min_leaves
public int _max_leaves
public float _mean_leaves
public long _byte_size
public int _num_trees
public boolean isValid()
public void updateBy(DTree tree)
public void setNumTrees(int i)
public java.lang.String toString()
toString
in class java.lang.Object