Interface IndexedSplitsRunsEvaluation<I,​O>

    • Method Detail

      • accepts

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

        Class generates()
        The generated classes.
        Returns:
        the array of generated types
      • evaluate

        O evaluate​(I data,
                   IndexedSplitsRuns runs,
                   MessageCollection errors)
        Performs an evaluation 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 evaluations, null in case of error