mlreportgen.report.TitlePage.customizeReporter
Class: mlreportgen.report.TitlePage
Namespace: mlreportgen.report
Create custom title page reporter class
Syntax
reporter = mlreportgen.report.TitlePage.customizeReporter(classpath)
Description
reporter = mlreportgen.report.TitlePage.customizeReporter(
creates a title page class definition file that is a subclass of
classpath
)mlreportgen.report.TitlePage
. The file is created at the specified
classpath
location. The
TitlePage.customizeReporter
method also copies the default title
page templates to the <classpath>/resources/template
folder. You
can use the new class definition file as a starting point to design a custom title page
class for your report. You can customize the title page class by, for example, adding
new content holes and properties.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2017b