Interface ActualVsPredictedProcessor<T>

    • Method Detail

      • generates

        Class generates()
        Returns the type of output the processor generates.
        Returns:
        the type of output
      • process

        T process​(SpreadSheet sheet,
                  MessageCollection errors)
        Processes the actual vs predicted data and returns the output generated.
        Parameters:
        sheet - the data to process
        errors - for collecting errors
        Returns:
        the output, null in case of error