public static class DTree.TreeModel.TreeStats extends Iced
Modifier and Type | Field and Description |
---|---|
static DocGen.FieldDoc[] |
DOC_FIELDS |
int |
maxDepth |
int |
maxLeaves |
float |
meanDepth |
float |
meanLeaves |
int |
minDepth |
int |
minLeaves |
Constructor and Description |
---|
DTree.TreeModel.TreeStats() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid() |
void |
updateBy(DTree[] ktrees) |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public static DocGen.FieldDoc[] DOC_FIELDS
@Request.API(help="Minimal tree depth.") public int minDepth
@Request.API(help="Maximum tree depth.") public int maxDepth
@Request.API(help="Average tree depth.") public float meanDepth
@Request.API(help="Minimal num. of leaves.") public int minLeaves
@Request.API(help="Maximum num. of leaves.") public int maxLeaves
@Request.API(help="Average num. of leaves.") public float meanLeaves
public boolean isValid()
public void updateBy(DTree[] ktrees)