Package | Description |
---|---|
org.apache.flink.ml.api.misc.param | |
org.apache.flink.ml.params.shared | |
org.apache.flink.ml.params.shared.colname | |
org.apache.flink.ml.util.param |
Modifier and Type | Method and Description |
---|---|
ParamInfo<V> |
ParamInfoFactory.ParamInfoBuilder.build()
Builds the defined ParamInfo and returns it.
|
Modifier and Type | Method and Description |
---|---|
<V> boolean |
Params.contains(ParamInfo<V> info)
Check whether this params has a value set for the given
info . |
default <V> V |
WithParams.get(ParamInfo<V> info)
Returns the value of the specific param.
|
<V> V |
Params.get(ParamInfo<V> info)
Returns the value of the specific parameter, or default value defined in the
info if
this Params doesn't have a value set for the parameter. |
<V> void |
Params.remove(ParamInfo<V> info)
Removes the specific parameter from this Params.
|
default <V> T |
WithParams.set(ParamInfo<V> info,
V value)
Set the value of a specific parameter.
|
<V> Params |
Params.set(ParamInfo<V> info,
V value)
Set the value of the specific parameter.
|
Modifier and Type | Field and Description |
---|---|
static ParamInfo<Long> |
HasMLEnvironmentId.ML_ENVIRONMENT_ID |
Modifier and Type | Field and Description |
---|---|
static ParamInfo<String> |
HasOutputColDefaultAsNull.OUTPUT_COL |
static ParamInfo<String> |
HasOutputCol.OUTPUT_COL |
static ParamInfo<String[]> |
HasOutputCols.OUTPUT_COLS |
static ParamInfo<String[]> |
HasOutputColsDefaultAsNull.OUTPUT_COLS |
static ParamInfo<String> |
HasPredictionCol.PREDICTION_COL |
static ParamInfo<String> |
HasPredictionDetailCol.PREDICTION_DETAIL_COL |
static ParamInfo<String[]> |
HasReservedCols.RESERVED_COLS |
static ParamInfo<String> |
HasSelectedCol.SELECTED_COL |
static ParamInfo<String> |
HasSelectedColDefaultAsNull.SELECTED_COL |
static ParamInfo<String[]> |
HasSelectedCols.SELECTED_COLS |
static ParamInfo<String[]> |
HasSelectedColsDefaultAsNull.SELECTED_COLS |
Modifier and Type | Method and Description |
---|---|
static List<ParamInfo> |
ExtractParamInfosUtil.extractParamInfos(WithParams s)
Extracts all ParamInfos defined in the given WithParams, including those in its superclasses
and interfaces.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.