Interface IndexedSplitsRunsPredictions<T>

    • Method Detail

      • accepts

        Class accepts()
        The accepted classes.
        Returns:
        the array of accepted types
      • generate

        SpreadSheet generate​(T data,
                             IndexedSplitsRuns runs,
                             MessageCollection errors)
        Generates predictions by applying the indexed splits runs to the data.
        Parameters:
        data - the data to use for evaluation
        runs - the indexed splits to use
        errors - for collecting errors
        Returns:
        the generated predictions, null in case of error