abstract fun <TSubject : Any, T : Any> create(featureRepresentation: Translatable, parameterObject: FeatureExtractor.ParameterObject<TSubject, T>): FeatureExtractor.Creator<TSubject, T>
Creates a FeatureExtractor.Creator based on the given featureRepresentation and parameterObject
featureRepresentation
- used as AssertionGroup.description.
parameterObject
- Parameter object which contains inter alia the
FeatureExtractor.ParameterObject.canBeExtracted and FeatureExtractor.ParameterObject.featureExtraction
functions.
Return
The newly created feature extractor creator.