public static final class QuantileModelV2.QuantileModelOutputV2 extends water.api.ModelOutputSchema<QuantileModel.QuantileOutput,QuantileModelV2.QuantileModelOutputV2>
| Modifier and Type | Field and Description |
|---|---|
double |
iterations |
double[][] |
quantiles |
| Constructor and Description |
|---|
QuantileModelV2.QuantileModelOutputV2() |
| Modifier and Type | Method and Description |
|---|---|
QuantileModel.QuantileOutput |
createImpl() |
QuantileModelV2.QuantileModelOutputV2 |
fillFromImpl(QuantileModel.QuantileOutput impl) |
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, schemas@API(help="Iterations executed") public double iterations
@API(help="Quantiles") public double[][] quantiles
public QuantileModelV2.QuantileModelOutputV2()
public QuantileModel.QuantileOutput createImpl()
createImpl in class water.api.Schema<QuantileModel.QuantileOutput,QuantileModelV2.QuantileModelOutputV2>public QuantileModelV2.QuantileModelOutputV2 fillFromImpl(QuantileModel.QuantileOutput impl)
fillFromImpl in class water.api.ModelOutputSchema<QuantileModel.QuantileOutput,QuantileModelV2.QuantileModelOutputV2>