G - a specific implementation type for GridSearch holding results of grid search (model list)S - self typeMP - actual model parameters typeP - a specific model builder parameters schema, since we cannot derive it from Ppublic class GridSearchSchema<G extends hex.Grid<MP,G>,S extends GridSearchSchema<G,S,MP,P>,MP extends hex.Model.Parameters,P extends water.api.ModelParametersSchema>
extends water.api.Schema<G,S>
| Modifier and Type | Field and Description |
|---|---|
water.util.IcedHashMap<java.lang.String,java.lang.Object[]> |
grid_parameters |
water.api.JobV3 |
job |
P |
parameters |
int |
total_models |
| Constructor and Description |
|---|
GridSearchSchema() |
| Modifier and Type | Method and Description |
|---|---|
S |
fillFromImpl(G impl) |
S |
fillFromParms(java.util.Properties parms) |
static <T extends java.util.Map<java.lang.String,java.lang.Object[]>> |
parseJsonMap(java.lang.String json,
T map) |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillImpl, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemas@API(help="Basic model builder parameters.") public P extends water.api.ModelParametersSchema parameters
@API(help="Grid search parameters.") public water.util.IcedHashMap<java.lang.String,java.lang.Object[]> grid_parameters
@API(help="Number of all models generated by grid search.",
direction=OUTPUT)
public int total_models
@API(help="Job Key.",
direction=OUTPUT)
public water.api.JobV3 job