public class TreeStatsV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
int |
max_depth
maxDepth
|
int |
max_leaves
maxLeaves
|
float |
mean_depth
meanDepth
|
float |
mean_leaves
meanLeaves
|
int |
min_depth
minDepth
|
int |
min_leaves
minLeaves
|
| Constructor and Description |
|---|
TreeStatsV3() |