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() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|