withOptions
open fun withOptions(configuration: FeatureExpectOptionsChooser<FeatureT>.() -> Unit): FeatureExtractorBuilder.FinalStep<SubjectT, FeatureT>(source)
Allows to define the FeatureExpectOptions via an FeatureExpectOptionsChooser-lambda which provides convenience functions.
A convenience function usually starts with with...
and is sometimes overloaded to ease the configuration.
abstract fun withOptions(expectOptions: FeatureExpectOptions<FeatureT>): FeatureExtractorBuilder.FinalStep<SubjectT, FeatureT>(source)
Uses the given expectOptions.