public static final class AutoMLBuildSpec.AutoMLCustomParameters
extends water.Iced
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoMLBuildSpec.AutoMLCustomParameters.AutoMLCustomParameter<V> |
static class |
AutoMLBuildSpec.AutoMLCustomParameters.Builder |
| Constructor and Description |
|---|
AutoMLCustomParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyCustomParameters(IAlgo algo,
hex.Model.Parameters destParams) |
static AutoMLBuildSpec.AutoMLCustomParameters.Builder |
create() |
boolean |
hasCustomParam(IAlgo algo,
java.lang.String param) |
boolean |
hasCustomParams(IAlgo algo) |
public static AutoMLBuildSpec.AutoMLCustomParameters.Builder create()
public boolean hasCustomParams(IAlgo algo)
public boolean hasCustomParam(IAlgo algo, java.lang.String param)
public void applyCustomParameters(IAlgo algo, hex.Model.Parameters destParams)