Class: mlreportgen.report.HTMLModuleTabs
Namespace: mlreportgen.report
reporter = mlreportgen.report.HTMLModuleTabs.customizeReporter(classpath)
creates a reporter class definition file that defines a subclass of
reporter
= mlreportgen.report.HTMLModuleTabs.customizeReporter(classpath
)mlreportgen.report.HTMLModuleTabs.customizeReporter
. The
mlreportgen.report.HTMLModuleTabs
method creates the reporter class
definition file at the location specified by classpath
. The method also
copies the default reporter templates to the resources/templates
subfolder
of the folder that contains the class definition file. You can use the class definition file
as a starting point to design a custom HTML module tabs reporter class for your report.
Introduced in R2020a