Class MemoryContainer

    • Constructor Detail

      • MemoryContainer

        public MemoryContainer​(weka.core.Instances data)
        Uses the specified data.
        Parameters:
        data - the data 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