fun <T, R> create(featureExtractionStep: FeatureExtractorBuilder.FeatureExtractionStep<T>, featureExtraction: (T) -> Option<R>, featureOptions: FeatureOptions<R>?): FeatureExtractorBuilder.FinalStep<T, R> (source)
Creates the FinalStep in the context of the FeatureExtractorBuilder.