Class HtmlAnalysis


  • public class HtmlAnalysis
    extends Object
    • Method Detail

      • createHtmlAnalysisString

        public static String createHtmlAnalysisString​(DataAnalysis analysis)
                                               throws Exception
        Render a data analysis object as a HTML file. This will produce a summary table, along charts for numerical columns. The contents of the HTML file are returned as a String, which should be written to a .html file.
        Parameters:
        analysis - Data analysis object to render
        Throws:
        Exception
        See Also:
        createHtmlAnalysisFile(DataAnalysis, File)
      • createHtmlAnalysisFile

        public static void createHtmlAnalysisFile​(DataAnalysis dataAnalysis,
                                                  File output)
                                           throws Exception
        Render a data analysis object as a HTML file. This will produce a summary table, along charts for numerical columns
        Parameters:
        dataAnalysis - Data analysis object to render
        output - Output file (should have extension .html)
        Throws:
        Exception