public class QuantileModelV2 extends water.api.ModelSchema<QuantileModel,QuantileModelV2,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>
| Modifier and Type | Class and Description |
|---|---|
static class |
QuantileModelV2.QuantileModelOutputV2 |
| Constructor and Description |
|---|
QuantileModelV2() |
| Modifier and Type | Method and Description |
|---|---|
QuantileModel |
createImpl() |
QuantileModelV2.QuantileModelOutputV2 |
createOutputSchema() |
QuantileV2.QuantileParametersV2 |
createParametersSchema() |
QuantileModelV2 |
fillFromImpl(QuantileModel m) |
acceptsFrame, createAndFillImpl, extractVersion, fillFromParms, fillImpl, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemaspublic QuantileV2.QuantileParametersV2 createParametersSchema()
createParametersSchema in class water.api.ModelSchema<QuantileModel,QuantileModelV2,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>public QuantileModelV2.QuantileModelOutputV2 createOutputSchema()
createOutputSchema in class water.api.ModelSchema<QuantileModel,QuantileModelV2,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>public QuantileModel createImpl()
createImpl in class water.api.Schema<QuantileModel,QuantileModelV2>public QuantileModelV2 fillFromImpl(QuantileModel m)
fillFromImpl in class water.api.ModelSchema<QuantileModel,QuantileModelV2,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>