Class AbstractOutputGeneratorWithFoldModelsSupport<T extends JComponent>

    • Constructor Detail

      • AbstractOutputGeneratorWithFoldModelsSupport

        public AbstractOutputGeneratorWithFoldModelsSupport()
    • Method Detail

      • canHandleModel

        protected boolean canHandleModel​(weka.classifiers.Classifier model)
        Checks whether the model can be handled.
        Parameters:
        model - the model to check
        Returns:
        true if handled
      • createOutput

        protected abstract T createOutput​(weka.classifiers.Classifier model,
                                          MessageCollection errors)
        Generates the output for the model.
        Parameters:
        model - the model to use as basis
        errors - for collecting errors
        Returns:
        the generated table, null if failed to generate