public class TreeStatsV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
maxDepth
maxDepth
|
int |
maxLeaves
maxLeaves
|
float |
meanDepth
meanDepth
|
float |
meanLeaves
meanLeaves
|
int |
minDepth
minDepth
|
int |
minLeaves
minLeaves
|
| Constructor and Description |
|---|
TreeStatsV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|