Main Content
Advisor.Config
Description
Use an Advisor.Config
object to create custom Model Advisor
configurations.
Creation
Syntax
Description
creates a Model
Advisor configuration object that provides you access to an editable blank Model Advisor
configuration. You can use the object to:cfgObj
= Advisor.Config
Add checks and folders to the blank configuration to create a custom configuration.
Load an existing configuration file as the active configuration and customize it.
Object Functions
loadConfig | Load existing configuration file for customization |
addFolder | Create new folders in configuration |
addCheck | Add built-in and published custom checks in configuration |
select | Include check and folder instances in Model Advisor analysis |
deselect | Exclude check and folder instances from Model Advisor analysis |
enable | Enable check and folder instances in configuration |
disable | Disable check and folder instances in configuration |
delete | Delete check and folder instances from configuration |
isSelected | Determine if check and folder instances are selected in configuration |
saveConfiguration | Save Model Advisor configuration to JSON file |
getConfigFile | Return active Model Advisor configuration filename |
createFromCheckList | Add checks in Model Advisor configuration using predefined list of check IDs |
Examples
Version History
Introduced in R2024b