FinalStep

interface FinalStep<T, R>(source)

Final step in the help-me-to-call-FeatureExtractor-process, which creates an ExecutionStep incorporating all chosen options and is able to call SubjectChanger accordingly.

Parameters

T

the type of the current subject.

R

the type of the new subject.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Finishes the help-me-to-call-FeatureExtractor-process by creating an ExecutionStep incorporating all previously chosen options.

Properties

Link copied to clipboard

Either the previously specified FeatureExpectOptions or null.

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.