withFeatureExtraction
abstract fun <FeatureT> withFeatureExtraction(extraction: (subject: SubjectT) -> Option<FeatureT>): FeatureExtractorBuilder.OptionsStep<SubjectT, FeatureT>(source)
Defines the feature extraction as such which is most likely based on the current subject (but does not need to be).