Main Content
mlreportgen.report.Reporter.customizeReporter
Class: mlreportgen.report.Reporter
Namespace: mlreportgen.report
Create class derived from Reporter class
Syntax
reporter = mlreportgen.report.Reporter.customizeReporter(classpath)
Description
creates a reporter class definition file that defines a subclass of
reporter
= mlreportgen.report.Reporter.customizeReporter(classpath
)mlreportgen.report.Reporter
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
Version History
Introduced in R2019a