Class AbstractRelationNameHeuristic

    • Constructor Detail

      • AbstractRelationNameHeuristic

        public AbstractRelationNameHeuristic()
    • Method Detail

      • determineRelationName

        public abstract String determineRelationName​(File file,
                                                     weka.core.Instances data)
        Determines the relation name for the given file/dataset pair.
        Parameters:
        file - the file the dataset was loaded from (maybe null)
        data - the loaded dataset
        Returns:
        the relation name, null if failed to determine