Constructors

Link copied to clipboard
constructor(featureExtractionStep: FeatureExtractorBuilder.FeatureExtractionStep<SubjectT>, featureExtraction: (SubjectT) -> Option<FeatureT>)

Properties

Link copied to clipboard
open override val featureExtraction: (SubjectT) -> Option<FeatureT>

The previously specified feature extraction lambda.

Link copied to clipboard

The so far chosen options up to the FeatureExtractionStep step.

Functions

Link copied to clipboard

Allows to define the FeatureExpectOptions via an FeatureExpectOptionsChooser-lambda which provides convenience functions.

Uses the given expectOptions.

Link copied to clipboard

States explicitly that no optional FeatureExpectOptions are defined, which means, the FeatureExtractor will create a new AssertionContainer based on the previously defined mandatory options but without any optional options or in other words, the default values are used for the optional options.