doc / ch.tutteli.atrium.domain.creating.feature.extract / FeatureExtractor / ParameterObjectOption

ParameterObjectOption

interface ParameterObjectOption (source)

Step to define the ParameterObject.

Properties

featureRepresentation

abstract val featureRepresentation: Translatable

The previously chosen feature representation.

Functions

withParameterObject

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.

withParameterObjectNullable

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.