setMetricFamilyParameterValues
Class: slmetric.config.Configuration
Namespace: slmetric.config
(To be removed) Obtain compliance and issues metric data on your Model Advisor configuration
The Metrics Dashboard user interface, metricdashboard
function, slmetric
package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.
Syntax
setMetricFamilyParameterValues(config,...
'ModelAdvisorStandard', values)
Description
Use the Model Advisor Configuration Editor to create groups of Model Advisor checks or use
a shipped check group. Then, use the
setMetricFamilyParameterValues(
method to obtain compliance and issues data for this group and any
other groups that you specify as part of the config
,...
'ModelAdvisorStandard'
, values)values
input. Compliance data
is the percentage of passed checks. Issues data is the number of check issues. The
values
input sets the groups that are members of the family that you
associate with a particular slmetric.config.Configuration
object.