Class AbstractOutputGeneratorWithSeparateFoldsSupport<T extends JComponent>

    • Constructor Detail

      • AbstractOutputGeneratorWithSeparateFoldsSupport

        public AbstractOutputGeneratorWithSeparateFoldsSupport()
    • Method Detail

      • createOutput

        protected abstract T createOutput​(weka.classifiers.Evaluation eval,
                                          MessageCollection errors)
        Generates the table with the confusion matrix.
        Parameters:
        eval - the evaluation to use as basis
        errors - for collecting errors
        Returns:
        the generated table, null if failed to generate