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
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.