Class NoChange

    • Constructor Detail

      • NoChange

        public NoChange()
    • Method Detail

      • determineRelationName

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