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