Class AbstractOutputGeneratorWithSeparateFoldsSupport<T extends JComponent>

    • Constructor Detail

      • AbstractOutputGeneratorWithSeparateFoldsSupport

        public AbstractOutputGeneratorWithSeparateFoldsSupport()
    • Method Detail

      • createOutput

        protected abstract T createOutput​(ResultItem item,
                                          weka.classifiers.Evaluation eval,
                                          int[] originalIndices,
                                          SpreadSheet additionalAttributes,
                                          MessageCollection errors)
        Generates the output for the evaluation.
        Parameters:
        item - the item to generate output for
        eval - the evaluation to use as basis
        originalIndices - the original indices to use, can be null
        additionalAttributes - the additional attributes to display, can be null
        errors - for collecting errors
        Returns:
        the generated table, null if failed to generate