public class GBMModelV2 extends water.api.ModelSchema<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput,GBMModelV2>
| Modifier and Type | Class and Description |
|---|---|
static class |
GBMModelV2.GBMModelOutputV2 |
| Constructor and Description |
|---|
GBMModelV2() |
| Modifier and Type | Method and Description |
|---|---|
GBMModel |
createImpl() |
GBMModelV2.GBMModelOutputV2 |
createOutputSchema() |
GBMV2.GBMParametersV2 |
createParametersSchema() |
acceptsFrame, createAndFillImpl, extractVersion, fillFromParms, fillImpl, getImplClass, getImplClass, markdown, markdown, registerpublic GBMV2.GBMParametersV2 createParametersSchema()
createParametersSchema in class water.api.ModelSchema<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput,GBMModelV2>public GBMModelV2.GBMModelOutputV2 createOutputSchema()
createOutputSchema in class water.api.ModelSchema<GBMModel,GBMModel.GBMParameters,GBMModel.GBMOutput,GBMModelV2>public GBMModel createImpl()
createImpl in class water.api.Schema<GBMModel,GBMModelV2>