doc / ch.tutteli.atrium.domain.creating.feature.extract.creators / FeatureExtractorCreatorFactory

FeatureExtractorCreatorFactory

interface FeatureExtractorCreatorFactory (source)

Responsible to create a FeatureExtractor.Creator.

Functions

create

abstract fun <TSubject : Any, T : Any> create(featureRepresentation: Translatable, parameterObject: ParameterObject<TSubject, T>): Creator<TSubject, T>

Creates a FeatureExtractor.Creator based on the given featureRepresentation and parameterObject

createNullable

abstract fun <TSubject : Any, T> createNullable(featureRepresentation: Translatable, parameterObject: ParameterObject<TSubject, T>): CreatorNullable<TSubject, T>

Creates a FeatureExtractor.CreatorNullable based on the given featureRepresentation and parameterObject