Supported Files
Data Augmentation Scripts supports a modular file system, enabling you to create multiple file types, such as .param, .func, multiple Data Augmentation Scripts program files (.hrf), and so on.
You can include these files in the Data Augmentation Scripts program by using the INCLUDE keyword.
Example:
//utility is a .func file with naming convention utility.func
INCLUDE FUNCTION “utility.func”
// ConfigParam is a .param file with naming convention ConfigParam.param
INCLUDE PARAMETER “ConfigParam.param” These files serve distinct purposes, as explained in the following topics: