Main Content

mlreportgen.finder.Result class

Package: mlreportgen.finder

Base class for finder results

Description

mlreportgen.finder.Result is an abstract class that defines the properties and methods common to finder result classes. Use the Result class, or any descendent of the Result class, as the base for your custom result class.

The mlreportgen.finder.Result class is a handle class.

Class Attributes

Abstract
true
Hidden
true

For information on class attributes, see Class Attributes.

Properties

expand all

Object represented by result object. The object type varies depending on the implementation of the subclass.

Attributes:

GetAccess
public
SetAccess
protected
Abstract
true

Label, specified as any MATLAB data type.

Attributes:

GetAccess
public
SetAccess
public
Abstract
true

Methods

expand all

Version History

Introduced in R2018a