public class TreeStats
extends water.Iced
| Modifier and Type | Field and Description |
|---|---|
int |
_maxDepth |
int |
_maxLeaves |
float |
_meanDepth |
float |
_meanLeaves |
int |
_minDepth |
int |
_minLeaves |
| Constructor and Description |
|---|
TreeStats() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid() |
void |
setNumTrees(int i) |
void |
updateBy(DTree[] ktrees) |
public int _minDepth
public int _maxDepth
public float _meanDepth
public int _minLeaves
public int _maxLeaves
public float _meanLeaves
public boolean isValid()
public void updateBy(DTree[] ktrees)
public void setNumTrees(int i)