public static class DeepLearningModel.DeepLearningModelOutput
extends hex.SupervisedModel.SupervisedOutput
| Modifier and Type | Field and Description |
|---|---|
water.util.TwoDimTable |
_variable_importances |
| Constructor and Description |
|---|
DeepLearningModel.DeepLearningModelOutput() |
DeepLearningModel.DeepLearningModelOutput(DeepLearning b) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelCategory |
getModelCategory() |
boolean |
isSupervised() |
int |
nfeatures() |
public DeepLearningModel.DeepLearningModelOutput()
public DeepLearningModel.DeepLearningModelOutput(DeepLearning b)
public int nfeatures()
nfeatures in class hex.SupervisedModel.SupervisedOutputpublic hex.ModelCategory getModelCategory()
getModelCategory in class hex.SupervisedModel.SupervisedOutputpublic boolean isSupervised()
isSupervised in class hex.SupervisedModel.SupervisedOutput