Class FileContainer

    • Field Detail

      • m_Source

        protected File m_Source
        the source.
      • m_Loader

        protected weka.core.converters.AbstractFileLoader m_Loader
        the reader used to load the data.
    • Constructor Detail

      • FileContainer

        public FileContainer​(weka.core.converters.AbstractFileLoader loader,
                             PlaceholderFile source)
        Loads the data using the specified loader.
        Parameters:
        loader - the loader to use
        source - the file to load
      • FileContainer

        public FileContainer​(weka.core.converters.AbstractFileLoader loader,
                             File source)
        Loads the data using the specified loader.
        Parameters:
        loader - the loader to use
        source - the file to load
      • FileContainer

        public FileContainer​(weka.core.converters.AbstractFileLoader loader,
                             File source,
                             weka.core.Instances data)
        Uses the provided data, but also stores the reader/file for reloading it.
        Parameters:
        loader - the loader to use
        source - the file to load
        data - the data to use