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