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.
|
@SerializedName(value="min_depth") public int minDepth
@SerializedName(value="max_depth") public int maxDepth
@SerializedName(value="mean_depth") public float meanDepth
@SerializedName(value="min_leaves") public int minLeaves
@SerializedName(value="max_leaves") public int maxLeaves
@SerializedName(value="mean_leaves") public float meanLeaves