public class TreeStatsV3 extends water.api.Schema<TreeStats,TreeStatsV3>
| Modifier and Type | Field and Description |
|---|---|
int |
max_depth |
int |
max_leaves |
float |
mean_depth |
float |
mean_leaves |
int |
min_depth |
int |
min_leaves |
| Constructor and Description |
|---|
TreeStatsV3() |
createAndFillImpl, createImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setField@API(help="minDepth") public int min_depth
@API(help="maxDepth") public int max_depth
@API(help="meanDepth") public float mean_depth
@API(help="minLeaves") public int min_leaves
@API(help="maxLeaves") public int max_leaves
@API(help="meanLeaves") public float mean_leaves