Interface IndexedSplitsRunsGenerator

    • Method Detail

      • accepts

        Class[] accepts()
        Returns the type of classes that are accepted as input.
        Returns:
        the classes
      • generate

        IndexedSplitsRuns generate​(Object data,
                                   MessageCollection errors)
        Generates the indexed splits.
        Parameters:
        data - the data to use for generating the splits
        errors - for storing any errors occurring during processing
        Returns:
        the splits or null in case of error