interface FeatureExtractorCreatorFactory
(source)
Responsible to create a FeatureExtractor.Creator.
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 |
|
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 |