mlreportgen.report.Report.customizeReport
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
Create class derived from Report class
Syntax
reporter = mlreportgen.report.Report.customizeReporter(classpath)
Description
creates a reporter class definition file that defines a subclass of
reporter
= mlreportgen.report.Report.customizeReporter(classpath
)mlreportgen.report.Report
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 reporter class.
Input Arguments
Output Arguments
Examples
Create Report Subclass
Create a new subclass named namespace.MyClassB
of
mlreportgen.report.Report
.
mlreportgen.report.Report.customizeReport("+namespace/@MyClassB")
Version History
Introduced in R2017b