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

create

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

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

Parameters

featureRepresentation - used as AssertionGroup.description.

parameterObject - Parameter object which contains inter alia the ParameterObject.canBeExtracted and ParameterObject.featureExtraction functions.

Return
The newly created feature extractor creator.