Package | Description |
---|---|
org.apache.flink.ml.api.misc.param |
Modifier and Type | Method and Description |
---|---|
ParamValidator<V> |
ParamInfo.getValidator()
Returns the validator to validate the value of the parameter.
|
Modifier and Type | Method and Description |
---|---|
ParamInfoFactory.ParamInfoBuilder<V> |
ParamInfoFactory.ParamInfoBuilder.setValidator(ParamValidator<V> validator)
Sets the validator to validate the parameter value set by users.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.