Class DataGeneratorContainer

    • Field Detail

      • m_Generator

        protected weka.datagenerators.DataGenerator m_Generator
        the generator used to load the data.
    • Constructor Detail

      • DataGeneratorContainer

        public DataGeneratorContainer​(weka.datagenerators.DataGenerator generator)
        Loads the data using the specified loader.
        Parameters:
        generator - the generator 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