public class TreeStatsV3 extends water.api.schemas3.SchemaV3<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, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@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