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