Class FileBasedDatasetContainer

    • Constructor Detail

      • FileBasedDatasetContainer

        public FileBasedDatasetContainer()
        Initializes the container.
      • FileBasedDatasetContainer

        public FileBasedDatasetContainer​(String[] train,
                                         String[] test)
        Initializes the container with the specified file names.
        Parameters:
        train - the training files
        test - the test files (optional)
      • FileBasedDatasetContainer

        public FileBasedDatasetContainer​(String[] train,
                                         String[] test,
                                         String[] validation,
                                         String[] negative)
        Initializes the container with the specified file names.
        Parameters:
        train - the training files
        test - the test files (optional)
        validation - the validation files (optional)
        negative - the negative files (optional)
    • Method Detail

      • isValid

        public boolean isValid()
        Checks whether the setup of the container is valid.
        Specified by:
        isValid in interface Container
        Specified by:
        isValid in class AbstractContainer
        Returns:
        true if all the necessary values are available