Class ScikitLearnContentLoaderFactory


  • public class ScikitLearnContentLoaderFactory
    extends Object
    A factory class that instantiate a loader of type IScikitLearnContentLoader for a given serializer name.
    • Constructor Detail

      • ScikitLearnContentLoaderFactory

        public ScikitLearnContentLoaderFactory()
    • Method Detail

      • loaderForType

        public static IScikitLearnContentLoader loaderForType​(String type)
        Returns a loader based on its name for deserialization of contents.
        Parameters:
        type - Name/ID of the loader.
        Returns:
        An IScikitLearnContentLoader associated with the requested loader name.