Class HTMLOutput

    • Constructor Detail

      • HTMLOutput

        public HTMLOutput()
    • Method Detail

      • processorTipText

        public String processorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setOutputFile

        public void setOutputFile​(PlaceholderFile value)
        Sets the output file to generate.
        Parameters:
        value - the output, automatically generated if pointing to a dir
      • getOutputFile

        public PlaceholderFile getOutputFile()
        Returns the output file to generate.
        Returns:
        the output, automatically generated if pointing to a dir
      • outputFileTipText

        public String outputFileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • createOutput

        protected ComponentContentPanel createOutput​(int index,
                                                     ResultItem item,
                                                     weka.classifiers.Evaluation eval,
                                                     int[] originalIndices,
                                                     SpreadSheet additionalAttributes,
                                                     MessageCollection errors)
        Generates a plot actor from the evaluation.
        Parameters:
        index - the 0-based fold index, -1 if not for fold
        eval - the evaluation to use
        originalIndices - the original indices, can be null
        additionalAttributes - the additional attribute to use, can be null
        errors - for collecting errors
        Returns:
        the generated panel, null if failed to generate