public class DeepLearningV2 extends hex.schemas.ModelBuilderSchema<DeepLearning,DeepLearningV2,DeepLearningV2.DeepLearningParametersV2>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeepLearningV2.DeepLearningParametersV2 |
| Constructor and Description |
|---|
DeepLearningV2() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
acceptsFrame(water.fvec.Frame fr) |
DeepLearning |
createImpl() |
DeepLearningV2.DeepLearningParametersV2 |
createParametersSchema() |
fillFromImpl, fillFromParms, writeHTML_impl, writeJSON_implpublic DeepLearningV2.DeepLearningParametersV2 createParametersSchema()
createParametersSchema in class hex.schemas.ModelBuilderSchema<DeepLearning,DeepLearningV2,DeepLearningV2.DeepLearningParametersV2>public DeepLearning createImpl()
createImpl in class hex.schemas.ModelBuilderSchema<DeepLearning,DeepLearningV2,DeepLearningV2.DeepLearningParametersV2>protected java.lang.String acceptsFrame(water.fvec.Frame fr)
acceptsFrame in class water.api.Schema<DeepLearning,DeepLearningV2>