Class HtmlReportGenerator
java.lang.Object
com.knezevic.edaf.v3.reporting.HtmlReportGenerator
- All Implemented Interfaces:
ReportGenerator
Generates standalone HTML report with latent-knowledge visualizations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()Report format id (html, latex, ...).generate(RunSummary run, List<IterationMetric> iterations, Path outputDir) Generates a report file for one run.
-
Constructor Details
-
HtmlReportGenerator
public HtmlReportGenerator()
-
-
Method Details
-
generate
Description copied from interface:ReportGeneratorGenerates a report file for one run.- Specified by:
generatein interfaceReportGenerator
-
format
Description copied from interface:ReportGeneratorReport format id (html, latex, ...).- Specified by:
formatin interfaceReportGenerator
-