OptionsStep

interface OptionsStep<T, R>(source)

Step which allows to override previously defined properties -- such as: use a different description -- but also allows to define options where usually a default value is used -- e.g. per default the subject itself is use as representation, this can be changed.

Parameters

T

the type of the subject.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Uses the given expectOptions.

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

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.

Properties

Link copied to clipboard
abstract val featureExtraction: (T) -> Option<R>

The previously specified feature extraction lambda.

Link copied to clipboard

The so far chosen options up to the FeatureExtractionStep step.