Class TextDirectoryLoaderContainer

    • Field Detail

      • m_Loader

        protected weka.core.converters.TextDirectoryLoader m_Loader
        the generator used to load the data.
    • Constructor Detail

      • TextDirectoryLoaderContainer

        public TextDirectoryLoaderContainer​(weka.core.converters.TextDirectoryLoader loader)
        Loads the data using the specified loader.
        Parameters:
        loader - the loader to use
    • Method Detail

      • getSource

        public String getSource()
        Returns the source of the data item.
        Returns:
        the source
      • canReload

        public boolean canReload()
        Whether it is possible to reload this item.
        Returns:
        true if reloadable
      • doReload

        protected String doReload()
        Reloads the data.
        Specified by:
        doReload in class AbstractDataContainer
        Returns:
        null if successfully reloaded, otherwise error message