public abstract static class SharedTreeModel.SharedTreeOutput
extends hex.SupervisedModel.SupervisedOutput
| Modifier and Type | Field and Description |
|---|---|
hex.AUC |
_auc
AUC for binomial models, or null otherwise
|
hex.ConfusionMatrix2 |
_cm
Confusion Matrix for classification models, or null otherwise
|
double |
_initialPrediction
Initially predicted value (for zero trees)
|
int |
_ntrees
Number of trees actually in the model (as opposed to requested)
|
double |
_r2
r2 metric on validation set: 1-(MSE(model) / MSE(mean))
|
water.Key[][] |
_treeKeys
Trees get big, so store each one seperately in the DKV.
|
hex.VarImp |
_varimp
Variable Importance, if asked for
|
| Constructor and Description |
|---|
SharedTreeModel.SharedTreeOutput(SharedTree b) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKTrees(DTree[] trees) |
getModelCategory, isClassifier, nclasses, nfeaturesaddModelMetrics, allNames, checksum, classNames, responseNamepublic double _initialPrediction
public int _ntrees
public water.Key[][] _treeKeys
public double _r2
public hex.ConfusionMatrix2 _cm
public hex.AUC _auc
public hex.VarImp _varimp
public SharedTreeModel.SharedTreeOutput(SharedTree b)
public void addKTrees(DTree[] trees)