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
public int minDepth
public int maxDepth
public float meanDepth
public int minLeaves
public int maxLeaves
public float meanLeaves
public boolean isValid()
public void updateBy(DTree[] ktrees)