Interface IDataSource<I extends IInstance>

    • Method Detail

      • createEmptyCopy

        IDataSource<I> createEmptyCopy()
                                throws DatasetCreationException,
                                       java.lang.InterruptedException
        Creates an empty copy of the dataset with the same meta data.
        Returns:
        The newly created dataset.
        Throws:
        DatasetCreationException - Thrown, if an issue occurred while copying the meta data of the dataset.
        java.lang.InterruptedException - Thrown, if the process of copying the meta data of the dataset has been interrupted.