Uses of Interface
ai.sklearn4j.core.packaging.loaders.IScikitLearnLoaderDictionaryFieldSetter
-
Packages that use IScikitLearnLoaderDictionaryFieldSetter Package Description ai.sklearn4j.core.packaging.loaders -
-
Uses of IScikitLearnLoaderDictionaryFieldSetter in ai.sklearn4j.core.packaging.loaders
Methods in ai.sklearn4j.core.packaging.loaders with parameters of type IScikitLearnLoaderDictionaryFieldSetter Modifier and Type Method Description protected voidBaseScikitLearnContentLoader. registerDictionaryField(String name, IScikitLearnLoaderDictionaryFieldSetter<ObjectType> setter)Registers a dictionary field for the scikit-learn serialized layout.
-