interface ParameterObjectOption
(source)
Step to define the ParameterObject.
abstract val featureRepresentation: Translatable
The previously chosen feature representation. |
open fun <TSubject : Any, T : Any> withParameterObject(parameterObject: ParameterObject<TSubject, T>): Creator<TSubject, T>
Uses the given parameterObject where a non-nullable feature is extracted by ParameterObject.featureExtraction. |
|
open fun <TSubject : Any, T> withParameterObjectNullable(parameterObject: ParameterObject<TSubject, T>): CreatorNullable<TSubject, T>
Uses the given parameterObject where a nullable feature is extracted by ParameterObject.featureExtraction. |