withDescription
open fun withDescription(description: String): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<SubjectT>(source)
Uses the given description, wraps it into an Untranslatable and uses it as description of the feature.
abstract fun withDescription(translatable: Translatable): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<SubjectT>(source)
Uses the given translatable as description of the feature.