- Description:
- AMD module for model actions confirmation. 
 
- Source:
- Copyright:
- 2017 David Monllao
 
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 
AMD module for model actions confirmation.
Methods
(inner) confirmAction(actionId, actionType)
- Description:
- Displays a confirm modal window before executing the action. 
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| actionId | String | |
| actionType | String | 
(inner) selectEvaluationOptions(actionId, trainedOnlyExternally)
- Description:
- Displays evaluation mode and time-splitting method choices. 
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| actionId | String | |
| trainedOnlyExternally | Boolean | 
(inner) selectExportOptions(actionId, isTrained)
- Description:
- Displays export options. - We have two main options: export training data and export configuration. The 2nd option has an extra option: include the trained algorithm weights. 
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| actionId | String | |
| isTrained | Boolean |