interface FeatureExtractorCreatorFactory
Responsible to create a FeatureExtractor.Creator.
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 |
|
abstract fun <TSubject : Any, T> createNullable(featureRepresentation: Translatable, parameterObject: FeatureExtractor.ParameterObject<TSubject, T>): FeatureExtractor.CreatorNullable<TSubject, T>
Creates a FeatureExtractor.CreatorNullable based on the given featureRepresentation and parameterObject |