Main Content

mlreportgen.report.Reporter.getClassFolder

Class: mlreportgen.report.Reporter
Namespace: mlreportgen.report

Get location of folder containing mlreportgen.report.Reporter class definition file

Syntax

path = mlreportgen.report.Reporter.getClassFolder

Description

path = mlreportgen.report.Reporter.getClassFolder returns the path of the folder that contains the mlreportgen.report.Reporter class definition file.

Output Arguments

expand all

Class definition file location, returned as a character vector.

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

Examples

expand all

Get the location of the folder that contains the mlreportgen.report.Reporter class definition file.

path = mlreportgen.report.Reporter.getClassFolder()

Version History

Introduced in R2019a