getMetricMetaInformation
Class: slmetric.Engine
Package: slmetric
Syntax
metaInfo = getMetricMetaInformation(metric_engine,metricID)
Description
returns the metaInfo
= getMetricMetaInformation(metric_engine
,metricID
)slmetric.metric.MetaInformation
object corresponding to the
metricID
.
Input Arguments
metric_engine
— Metric engine object
slmetric.Engine
object
Create an slmetric.Engine
object.
metric_engine = slmetric.Engine();
Data Types: char
MetricID
— Metric identifier
character vector | string scalar
Metric identifier for shipped or custom metrics. You can get metric identifiers by
calling slmetric.metric.getAvailableMetrics
.
Data Types: char
Output Arguments
metaInfo
— Meta information object
slmetric.metric.MetaInformation
object
For a metricID
, the
slmetric.metric.MetaInformation
object contains its metadata. On
the Metrics Dashboard, when you click a widget, this metadata appears on the
table.
Examples
Obtain Metric Metadata
Obtain metadata for the high-integrity check compliance metric. This
metric has a metric ID of
mathworks.metrics.ModelAdvisorCheckCompliance.hisl_do178
.
Create an slmetric.Engine
object.
metric_engine = slmetric.Engine();
To obtain metadata, use the getMetricMetaInformation
method.
metaInfo = getMetricMetaInformation(metric_engine,... 'mathworks.metrics.ModelAdvisorCheckCompliance.hisl_do178')
The high-integrity check compliance metric contains this metadata:
metaInfo = MetaInformation with properties: Name: 'Model Advisor standards check compliance for High Integrity' Description: 'Metric that counts the percentage of checks that passed for the High Integrity Model Advisor standards check grouping.' MeasuresNames: {2×1 cell} AggregatedMeasuresNames: {2×1 cell} ValueName: 'Checks Passed' AggregatedValueName: 'Checks Passed (incl. Descendants)'
Version History
Introduced in R2018b
Commande MATLAB
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)